471 Commits (67e33e8866983e9a1854ff7bc771b2a5ea0c3438)

Author SHA1 Message Date
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 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
Lioncash f269987f32 ips_layer: std::move data within PatchIPS() and Apply() 7 years ago
Lioncash 3454b33238 ips_layer: Silence truncation and conversion warnings 7 years ago
Zach Hilman 3cf8ee66f6 vfs: Move forward declarations to separate file 7 years ago
Zach Hilman 598ca547b2 romfs_factory: Extract packed update setter to new function 7 years ago
Zach Hilman 91de5d554e patch_manager: Add support for NSP packed updates 7 years ago
Zach Hilman 19ed4d8558 patch_manager: Add support for packed updates 7 years ago
Zach Hilman 34bbd314d5 patch_manager: Avoid romfs_ext requirement for patching 7 years ago
Zach Hilman cc50704b77 fsmitm_romfsbuild: Extract stubs and IPS to romfs_ext dir 7 years ago
Zach Hilman fc0f2197e8 fsmitm_romfsbuild: Add support for stubbing and IPS patches in LFS 7 years ago
Zach Hilman 794fdbd680 ips_layer: Fix inaccuracies with comments and flags 7 years ago
Zach Hilman c60739016d ips_layer: Deduplicate resource usage 7 years ago
Zach Hilman 8593274f69 ips_layer: Add support for escape sequences and midline comments 7 years ago