summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/patch_manager.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* patch_manager: Do not apply LayeredFS mods when dumpingMorph2021-06-281-1/+2
* patch_manager: Remove usages of the global system instanceLioncash2020-11-181-2/+11
* patch_manager: Make use of type aliasesLioncash2020-09-151-16/+20
* patch_manager: Make a few functions internally linkedLioncash2020-09-151-12/+0
* file_sys/patch_manager: Add missing includeReinUsesLisp2020-09-031-0/+1
* file_sys: Replace inclusions with forward declarations where applicableLioncash2020-08-231-3/+2
* Address requested changeslat9nq2020-05-281-1/+1
* *nix systems can read any-case patch directorieslat9nq2020-05-281-0/+5
* core: memory: Move to Core::Memory namespace.bunnei2020-04-171-2/+2
* patch_manager: Update cheat parsing for new VMZach Hilman2019-09-221-3/+3
* glue: Correct missing bytes in ApplicationLaunchParameterZach Hilman2019-06-261-0/+3
* patch_manager: Add getter for title versionZach Hilman2019-06-251-2/+4
* patch_manager: Dump NSO name with build IDZach Hilman2019-03-281-1/+1
* file_sys/cheat_engine: Remove use of global system accessorsLioncash2019-03-221-1/+6
* patch_manager: Add support for loading cheats listsZach Hilman2019-03-051-0/+4
* patch_manager: Obey disabled add-ons list when patching gameZach Hilman2018-12-031-0/+5
* patch_manager: Return a std::unique_ptr from ParseControlNCA() and GetControlMetadata() instead of a std::shared_ptrLioncash2018-10-091-3/+2
* Merge pull request #1424 from DarkLordZach/ips-witchbunnei2018-10-081-0/+1
|\
| * ips_layer: Add support for escape sequences and midline commentsZach Hilman2018-10-041-0/+1
* | romfs_factory: Extract packed update setter to new functionZach Hilman2018-10-051-1/+2
* | patch_manager: Add support for packed updatesZach Hilman2018-10-051-1/+2
|/
* nso: Optimize loading of IPS patchesZach Hilman2018-10-021-1/+1
* patch_manager: Add PatchNSO functionZach Hilman2018-10-011-0/+8
* patch_manager: Use strings for patch type instead of enumZach Hilman2018-10-011-10/+2
* patch_manager: Add DLC recognition to PatchManagerZach Hilman2018-10-011-0/+1
* patch_manager: Add LayeredFS mods supportZach Hilman2018-09-221-0/+2
* file-sys: Default heavy-weight class destructors in the cpp fileLioncash2018-09-201-0/+1
* file_sys/patch_manager: Add missing includesLioncash2018-09-061-0/+1
* bktr: Fix bucket overlap errorZach Hilman2018-09-041-1/+0
* patch_manager: Centralize Control-type NCA parsingZach Hilman2018-09-041-2/+11
* game_list: Fix version display on non-NAND titlesZach Hilman2018-09-041-1/+1
* bktr: Add logging on successful patchZach Hilman2018-09-041-1/+6
* bktr: Fix missing includes and optimize styleZach Hilman2018-09-041-1/+8
* file_sys: Add class to manage game patchesZach Hilman2018-09-041-0/+42