488 Commits (7dd574a3a173d9fa372874270fe93dac45e7b60b)

Author SHA1 Message Date
Lioncash 24480be3da file_sys/registered_cache: Eliminate variable shadowing 7 years ago
Lioncash de9051633c filesystem: De-globalize registered_cache_union 7 years ago
Lioncash 7a47740f52 file_sys: Override missing mutating functions to be stubbed out for ReadOnlyVfsDirectory by default 7 years ago
Lioncash 9c56be6af9 service/fsp_srv: Implement CleanDirectoryRecursively 7 years ago
Lioncash 0e9f6039fe file_sys/registered_cache: Remove unused <map> include 7 years ago
Lioncash e83ede49f2 file_sys/registered_cache: Use regular const references instead of std::shared_ptr for InstallEntry() 7 years ago
Lioncash 455e66c08b control_metadata: Correct typo in language name (Portugese -> Portuguese) 7 years ago
Zach Hilman de323f7dc6 file_sys: Implement system archive synthesizer for NgWord (806) 7 years ago
Zach Hilman 9192141822 patch_manager: Show LayeredExeFS patch in add-ons column 7 years ago
Lioncash 843a440afc file_sys/card_image: Provide named members for the GamecardInfo struct 7 years ago
Zach Hilman 67e33e8866 patch_manager: Apply LayeredExeFS patches 7 years ago
Zach Hilman df1c902e44 settings: Add option to dump ExeFS of games upon launch 7 years ago
Lioncash 57fca18145 file_sys/errors: Remove currently unused filesystem error codes 7 years ago
Lioncash 21e653aab6 file_sys/errors: Get rid of the ErrCodes namespace 7 years ago
Lioncash 55f9f05772 file_sys/errors: Extract FS-related error codes to file_sys/errors.h 7 years ago
Zach Hilman f1104a4be5 file_sys: Add framework for synthesizing open source archives 7 years ago
Zach Hilman 5489763aee vfs_vector: Add VFS backend for std::array 7 years ago
Zach Hilman cf81685cc8 file_sys: Use common KeyManager in NCA container types 7 years ago
Zach Hilman 141551e560 content_archive: Add optional KeyManager parameter to constructor 7 years ago
Lioncash 70e4492d49 general: Remove unused boost inclusions where applicable 7 years ago
Frederic L c76f4b6aec global: Use std::optional instead of boost::optional (#1578) 7 years ago
Zach Hilman 08ce39a982 ns: Implement command 400: GetApplicationControlData 7 years ago
Zach Hilman c41c8d5cc1 patch_manager: Add support for dumping decompressed NSOs 7 years ago
Zach Hilman 2775303246 bis_factory: Add getter for mod dump root for a title ID 7 years ago
Zach Hilman 1f01627bbc savedata_factory: Expose accessors for SaveDataSpace 7 years ago
Zach Hilman 7c8d9d5960 control_metadata: Add GetRawBytes function to NACP 7 years ago
Frederic L cbe1bbf1bd file_sys/patch_manager: Remove unnecessary if-statements (#1586) 7 years ago
Zach Hilman 0bb4dbc74b ips_layer: Use rle_size instead of data_size in RLE patch application 7 years ago
Lioncash b932d4b420 vfs: Handle failure of file reading within VfsRawCopy() 7 years ago
Zach Hilman 2aa6989cee vfs: Remove InterpretAsDirectory and related functions 7 years ago
Zach Hilman a0f408400b qt: Add support for dumping a DLC Data RomFS 7 years ago
Zach Hilman 148b28bad1 registered_cache: Deduplicate results of ListEntry and ListEntryFilter 7 years ago
Zach Hilman ee70cf8a1a patch_manager: Add support for using LayeredFS with Data 7 years ago
Lioncash b00f4831b0 content_archive: Simpify assignment of bktr_base_romfs in the constructor 7 years ago
Lioncash 6adf7a6f99 content_archive: Make IsValidNCA() an internally linked function 7 years ago
Lioncash 401a947c41 content_archive: Simplify rights ID check 7 years ago
Lioncash 33363de6df content_archive: Split loading into separate functions 7 years ago
Lioncash 067a174e00 content_archive: Pass and take NCASectionHeader instance by reference 7 years ago
Lioncash 54ff822f66 XCI: Add function for checking the existence of the program NCA 7 years ago
Zach Hilman 82da4930c1 savedata_factory: Add TemporaryStorage SaveDataSpaceId 7 years ago
Zach Hilman 0595fc9947 savedata_factory: Add support for DeviceSaveData 7 years ago
Lioncash 92495f4f70 file_sys/registered_cache: Use unique_ptr and regular pointers instead of shared_ptrs where applicable 7 years ago
Lioncash e83e140e3f file_sys/control_metadata: Get rid of magic constants 7 years ago
Zach Hilman a9af7113be aoc: Read DLC base title ID from RegisteredCache 7 years ago
Zach Hilman 8db37c1476 patch_manager: Move non-Program RomFS patch log to Debug 7 years ago
Zach Hilman ceb9a2a006 content_archive: Move get key log to Trace level 7 years ago
Lioncash 4473ebd41d patch_manager: Return a std::unique_ptr from ParseControlNCA() and GetControlMetadata() instead of a std::shared_ptr 7 years ago
Lioncash 5c9c637200 ips_layer: Avoid constructing std::vector instances where not necessary 7 years ago
Lioncash d4ffc70268 ips_layer: Remove unnecessary explicit std::pair constructor in std::array 7 years ago
Lioncash 890093255c ips_layer: Add missing includes 7 years ago