296 Commits (ba8ff096fdc9f7ab101851c4cd06c3244a7d84c3)

Author SHA1 Message Date
Lioncash b39cd70cd4 common: Namespace hex_util.h/.cpp 7 years ago
Lioncash 87d8a9c986 loader: Make ResultStatus directly compatible with fmt 7 years ago
Lioncash b82b093108 vfs: Make VfsFilesystem constructor explicit 7 years ago
Lioncash cf0a7cd1c1 vfs: Make type hierarchy objects classes instead of structs 7 years ago
Zach Hilman 35e4a47be0 registration: Various style and documentation improvements 7 years ago
Lioncash 75bba25009 vfs: Use sanitized paths within MoveFile() and MoveDirectory() 7 years ago
Lioncash 7b6519741b card_image: Use type aliases to shorten definitions 7 years ago
Lioncash d6a1a43854 card_image: Simplify return statement of GetSubdirectories() 7 years ago
David Marcec 98b940052c made ResultStatus a u16 7 years ago
Zach Hilman 6b76b77400 registration: Add support for force overwrite of installed 7 years ago
Zach Hilman 8f06a0f898 vfs_real: Add CreateFullPath to Create* operations 7 years ago
Zach Hilman dda8ef11c7 control_metadata: Remove unnecessary reference to base file 7 years ago
Zach Hilman 149bda980a romfs: Remove cyclic shared_ptr leak in romfs code 7 years ago
Zach Hilman 893447b6b0 registration: Update documentation and style 7 years ago
Zach Hilman 22bdddd6f0 nca_metadata: Remove unnecessary reference to base file 7 years ago
Zach Hilman 62e859c6c7 bis_factory: Create NAND dirs if they don't exist 7 years ago
Zach Hilman 3b3c919e20 registration: Take RawCopy function as parameter 7 years ago
Zach Hilman e5504a060d registered_cache: Fix missing reading from yuzu_meta 7 years ago
Zach Hilman 167bfddafa file_sys: Comply to style guidelines 7 years ago
Zach Hilman bfb945c243 qt: Add 'Install to NAND' option to menu 7 years ago
Zach Hilman a91983b11c file_sys: Add RegisteredCache 7 years ago
Zach Hilman 9aab787122 file_sys: Add support for parsing NCA metadata (CNMT) 7 years ago
Zach Hilman ab8acce645 card_image: Add accessor for all NCAs in XCI 7 years ago
Zach Hilman 9b0e3556ed vfs_real: Add CreateFullPath to CreateFile 7 years ago
Zach Hilman 70a510bd8f bis_factory: Add partial implementation of BISFactory 7 years ago
Zach Hilman 42114e1df4 vfs: Add ConcatenatedVfsFile 7 years ago
Zach Hilman ec3bef7b4c loader: Add more descriptive errors 7 years ago
Zach Hilman 668458525e vfs: Fix documentation 7 years ago
Zach Hilman 94cf327e77 vfs: Fix typo in VfsFilesystem docs 7 years ago
Zach Hilman 2b6128fe0b file_util: Use enum instead of bool for specifing path behavior 8 years ago
Zach Hilman 656e97df16 vfs: Use RealVfsFilesystem for fs-operations in RealVfsDirectory 8 years ago
Zach Hilman 52a2e42cb9 file_sys: Add missing include in savedata_factory 8 years ago
Zach Hilman aaa8fdea52 vfs: Add unreachable assert to file permissions converter 8 years ago
Zach Hilman 2de2ec25d6 vfs: Add RealVfsFilesystem implementation 8 years ago
Zach Hilman 3bf488ce52 vfs: Add VfsFilesystem interface and default implementation 8 years ago
Lioncash 7353cfc781 fsp_srv: Use std::string_view's copy() function instead of strncpy() 7 years ago
Zach Hilman 91cfe70301 loader: Add icon and title support to XCI 8 years ago
Zach Hilman 5927cf0e17 Use const where applicable 8 years ago
Zach Hilman 9e88f03e75 Avoid parsing RomFS to directory in NCA 8 years ago
Zach Hilman 2cc962e171 content_archive: Add support for titlekey cryptography 8 years ago
Lioncash 42a4c6b79e vfs_vector: Remove unused variable in FindAndRemoveVectorElement() 8 years ago
Lioncash cec9e9b811 vfs_vector: Avoid unnecessary copies where applicable 8 years ago
Zach Hilman 13cdf1f159 Add missing parameter to files.push_back() 8 years ago
Zach Hilman 187d8e215f Use more descriptive error codes and messages 8 years ago
Zach Hilman a9c921a41d Use ErrorEncrypted where applicable and fix no keys crash 8 years ago
Zach Hilman 03149d3e4a Add missing includes and use const where applicable 8 years ago
Zach Hilman 239a3113e4 Make XCI comply to review and style guidelines 8 years ago
Zach Hilman 22342487e8 Extract mbedtls to cpp file 8 years ago
Zach Hilman df5b75694f Remove files that are not used 8 years ago
Lioncash 57c4d7aa00 partition_filesystem: Remove dynamic_cast in PrintDebugInfo() 8 years ago