651 Commits (580bb66fce392193a1e6630da7f940fb4a86c7d0)

Author SHA1 Message Date
Lioncash 890507ecf1 common: Namespace hex_util.h/.cpp 8 years ago
Lioncash aaed702790 loader: Make ResultStatus directly compatible with fmt 8 years ago
Lioncash cdeac9103f vfs: Make VfsFilesystem constructor explicit 8 years ago
Lioncash 80ac82c9c5 vfs: Make type hierarchy objects classes instead of structs 8 years ago
Zach Hilman 3781654c6d registration: Various style and documentation improvements 8 years ago
Lioncash 7803b153d8 vfs: Use sanitized paths within MoveFile() and MoveDirectory() 8 years ago
Lioncash 91c673cac7 card_image: Use type aliases to shorten definitions 8 years ago
Lioncash d323d72fd5 card_image: Simplify return statement of GetSubdirectories() 8 years ago
David Marcec bba02ec641 made ResultStatus a u16 8 years ago
Zach Hilman 8c33f20792 registration: Add support for force overwrite of installed 8 years ago
Zach Hilman fdb155ca09 vfs_real: Add CreateFullPath to Create* operations 8 years ago
Zach Hilman b16c3dc725 control_metadata: Remove unnecessary reference to base file 8 years ago
Zach Hilman 0c55578a65 romfs: Remove cyclic shared_ptr leak in romfs code 8 years ago
Zach Hilman 83db3b452a registration: Update documentation and style 8 years ago
Zach Hilman 50ff8ec364 nca_metadata: Remove unnecessary reference to base file 8 years ago
Zach Hilman 2a0b80bb67 bis_factory: Create NAND dirs if they don't exist 8 years ago
Zach Hilman f92fbf012d registration: Take RawCopy function as parameter 8 years ago
Zach Hilman 405d520d1d registered_cache: Fix missing reading from yuzu_meta 8 years ago
Zach Hilman b0531d6ea0 file_sys: Comply to style guidelines 8 years ago
Zach Hilman e9c7294bb9 qt: Add 'Install to NAND' option to menu 8 years ago
Zach Hilman 2d3617c723 file_sys: Add RegisteredCache 8 years ago
Zach Hilman 7fdfa63ce3 file_sys: Add support for parsing NCA metadata (CNMT) 8 years ago
Zach Hilman f903b556d8 card_image: Add accessor for all NCAs in XCI 8 years ago
Zach Hilman 562e66e5d2 vfs_real: Add CreateFullPath to CreateFile 8 years ago
Zach Hilman f60bb85805 bis_factory: Add partial implementation of BISFactory 8 years ago
Zach Hilman b963629132 vfs: Add ConcatenatedVfsFile 8 years ago
Zach Hilman da921ac3f3 loader: Add more descriptive errors 8 years ago
Zach Hilman e883f6faa8 vfs: Fix documentation 8 years ago
Zach Hilman 1e2232797a vfs: Fix typo in VfsFilesystem docs 8 years ago
Zach Hilman b43d01f09b file_util: Use enum instead of bool for specifing path behavior 8 years ago
Zach Hilman a92960a5d6 vfs: Use RealVfsFilesystem for fs-operations in RealVfsDirectory 8 years ago
Zach Hilman d4ca68f3c5 file_sys: Add missing include in savedata_factory 8 years ago
Zach Hilman 4f44293e63 vfs: Add unreachable assert to file permissions converter 8 years ago
Zach Hilman 6b97b22716 vfs: Add RealVfsFilesystem implementation 8 years ago
Zach Hilman 325a55bb1e vfs: Add VfsFilesystem interface and default implementation 8 years ago
Lioncash 4cfe9fad75 fsp_srv: Use std::string_view's copy() function instead of strncpy() 8 years ago
Zach Hilman d53b3a13b3 loader: Add icon and title support to XCI 8 years ago
Zach Hilman 469f7cefe4 Use const where applicable 8 years ago
Zach Hilman f89988272e Avoid parsing RomFS to directory in NCA 8 years ago
Zach Hilman 3150538b3f content_archive: Add support for titlekey cryptography 8 years ago
Lioncash 5b317d1b80 vfs_vector: Remove unused variable in FindAndRemoveVectorElement() 8 years ago
Lioncash 0bb1b9c168 vfs_vector: Avoid unnecessary copies where applicable 8 years ago
Zach Hilman 5b9d48ba43 Add missing parameter to files.push_back() 8 years ago
Zach Hilman 9b710a5901 Use more descriptive error codes and messages 8 years ago
Zach Hilman f93e75f496 Use ErrorEncrypted where applicable and fix no keys crash 8 years ago
Zach Hilman 568ce6304c Add missing includes and use const where applicable 8 years ago
Zach Hilman 272ca87298 Make XCI comply to review and style guidelines 8 years ago
Zach Hilman 03467b64e3 Extract mbedtls to cpp file 8 years ago
Zach Hilman b10c0d291f Remove files that are not used 8 years ago
Lioncash 2fb4f00bf7 partition_filesystem: Remove dynamic_cast in PrintDebugInfo() 8 years ago