71 Commits (5dbae278f464beaa29965e8df4e1c872750473ba)

Author SHA1 Message Date
Lioncash 5c77fffc80 patch_manager: Resolve implicit truncations in FormatTitleVersion() 5 years ago
Lioncash 7abb47303e patch_manager: Make use of type aliases 5 years ago
Lioncash e8092e4099 patch_manager: Make a few functions internally linked 5 years ago
Lioncash da15e9f8a7 file_sys: Replace inclusions with forward declarations where applicable 5 years ago
Lioncash 39ac833461 patch_manager: Resolve -Wignored-qualifier warnings 5 years ago
lat9nq 9d08039623 Make copying directory string more concise 6 years ago
lat9nq 2ad3571453 Address requested changes 6 years ago
lat9nq 2adc5f524d *nix systems can read any-case patch directories 6 years ago
bunnei 5b9e69e7fe core: memory: Move to Core::Memory namespace. 6 years ago
Lioncash 02e095313a CMakeLists: Specify -Wextra on linux builds 6 years ago
bunnei 72c1dd467d file_sys: patch_manager: Return early when there are no layers to apply. 6 years ago
Morph 2b0823df12 patch_manager: Adds check for disabled cheats to prevent them from being enabled (#3178) 6 years ago
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