59 Commits (b890029175c4b9fa2841d80d915657f6742afbd2)

Author SHA1 Message Date
Zach Hilman bcac1b8ff5 dmnt_cheat_vm: Default initialize structure values 6 years ago
Zach Hilman 2b944e0d70 patch_manager: Update cheat parsing for new VM 7 years ago
Zach Hilman c3ad37b707 yuzu: Port old usages of Filesystem namespace to FilesystemController 7 years ago
Zach Hilman 1d342149cd patch_manager: Add short-circuit edge-case to GetPatchVersionNames 7 years ago
Zach Hilman e4336e33d6 patch_manager: Add error checking to load dir to prevent crashes 7 years ago
Zach Hilman 7891b418d4 patch_manager: Add getter for title version 7 years ago
Lioncash 59d55c8137 common/hex_util: Combine HexVectorToString() and HexArrayToString() 7 years ago
Zach Hilman d6744d9b06 patch_manager: Dump NSO name with build ID 7 years ago
Zach Hilman 3f62d06b38 core: Port current uses of RegisteredCache to ContentProvider 7 years ago
Lioncash b59b7084c7 file_sys/cheat_engine: Remove use of global system accessors 7 years ago
Lioncash be2b64e8bc file_sys/patch_manager: Deduplicate NSO header 7 years ago
Lioncash 782461221f file_sys/patch_manager: Remove two magic values 7 years ago
Zach Hilman 81302571bf patch_manager: Display cheats in game list add-ons 7 years ago
Zach Hilman 57c6d77be0 patch_manager: Add support for loading cheats lists 7 years ago
Lioncash 9cb11d1ae4 patch_manager: Prevent use of a dangling pointer within PatchRomFS 7 years ago
Zach Hilman 1c3bade698 patch_manager: Obey disabled add-ons list when patching game 7 years ago
Lioncash de9051633c filesystem: De-globalize registered_cache_union 7 years ago
Zach Hilman 9192141822 patch_manager: Show LayeredExeFS patch in add-ons column 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
Frederic L c76f4b6aec global: Use std::optional instead of boost::optional (#1578) 7 years ago
Zach Hilman c41c8d5cc1 patch_manager: Add support for dumping decompressed NSOs 7 years ago
Frederic L cbe1bbf1bd file_sys/patch_manager: Remove unnecessary if-statements (#1586) 7 years ago
Zach Hilman ee70cf8a1a patch_manager: Add support for using LayeredFS with Data 7 years ago
Lioncash 92495f4f70 file_sys/registered_cache: Use unique_ptr and regular pointers instead of shared_ptrs where applicable 7 years ago
Zach Hilman 8db37c1476 patch_manager: Move non-Program RomFS patch log to Debug 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
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 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 b571894b46 patch_manager: Add support for IPSwitch format patches 7 years ago
Zach Hilman fc1574a4de nso: Optimize loading of IPS patches 7 years ago
Zach Hilman 4f26c89688 patch_manager: Add PatchNSO function 7 years ago
Zach Hilman d913dba14a patch_manager: Use strings for patch type instead of enum 7 years ago
Zach Hilman 0ad053c374 aoc_u: Extract AccumulateAOCTitleIDs to separate function 7 years ago
Zach Hilman 7e0956b870 aoc_u: Implement GetAddOnContentBaseId 7 years ago
Zach Hilman cfc63b8736 patch_manager: Add DLC recognition to PatchManager 7 years ago
Lioncash 77f4e47b49 patch_manager: Invert conditionals within ApplyLayeredFS() 7 years ago
Lioncash c42d80cd15 vfs_concat/vfs_layered: Remove friend declarations from ConcatenatedVfsFile 7 years ago
Zach Hilman 0243903c12 fsmitm: Cleanup and modernize fsmitm port 7 years ago
Zach Hilman 9d428044ad patch_manager: Add LayeredFS mods support 7 years ago
Lioncash 315f6ef402 file-sys: Default heavy-weight class destructors in the cpp file 7 years ago
fearlessTobi 1190ea6ddb Port #4182 from Citra: "Prefix all size_t with std::" 7 years ago
Lioncash 1c61b93026 file_sys/patch_manager: Add missing includes 7 years ago
Zach Hilman 46eb9ec6ba bktr: Fix bucket overlap error 7 years ago
Zach Hilman 14a18fd7ae patch_manager: Centralize Control-type NCA parsing 7 years ago