summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/patch_manager.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* patch_manager: Return a std::unique_ptr from ParseControlNCA() and GetControlMetadata() instead of a std::shared_ptrLioncash2018-10-091-8/+7
* Merge pull request #1423 from DarkLordZach/romfs-file-extsbunnei2018-10-081-1/+9
|\
| * patch_manager: Avoid romfs_ext requirement for patchingZach Hilman2018-10-041-4/+1
| * fsmitm_romfsbuild: Extract stubs and IPS to romfs_ext dirZach Hilman2018-10-041-1/+12
* | Merge pull request #1424 from DarkLordZach/ips-witchbunnei2018-10-081-23/+59
|\ \
| * | ips_layer: Fix inaccuracies with comments and flagsZach Hilman2018-10-041-1/+1
| * | ips_layer: Deduplicate resource usageZach Hilman2018-10-041-2/+4
| * | patch_manager: Add support for IPSwitch format patchesZach Hilman2018-10-041-22/+56
| |/
* | romfs_factory: Extract packed update setter to new functionZach Hilman2018-10-051-3/+4
* | patch_manager: Add support for NSP packed updatesZach Hilman2018-10-051-2/+2
* | patch_manager: Add support for packed updatesZach Hilman2018-10-051-3/+12
|/
* nso: Optimize loading of IPS patchesZach Hilman2018-10-021-44/+37
* patch_manager: Add PatchNSO functionZach Hilman2018-10-011-0/+94
* patch_manager: Use strings for patch type instead of enumZach Hilman2018-10-011-19/+31
* aoc_u: Extract AccumulateAOCTitleIDs to separate functionZach Hilman2018-10-011-1/+2
* aoc_u: Implement GetAddOnContentBaseIdZach Hilman2018-10-011-2/+3
* patch_manager: Add DLC recognition to PatchManagerZach Hilman2018-10-011-0/+26
* patch_manager: Invert conditionals within ApplyLayeredFS()Lioncash2018-09-261-27/+30
* vfs_concat/vfs_layered: Remove friend declarations from ConcatenatedVfsFileLioncash2018-09-261-3/+2
* fsmitm: Cleanup and modernize fsmitm portZach Hilman2018-09-241-31/+35
* patch_manager: Add LayeredFS mods supportZach Hilman2018-09-221-1/+42
* file-sys: Default heavy-weight class destructors in the cpp fileLioncash2018-09-201-0/+2
* Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi2018-09-151-2/+2
* file_sys/patch_manager: Add missing includesLioncash2018-09-061-0/+4
* bktr: Fix bucket overlap errorZach Hilman2018-09-041-0/+3
* patch_manager: Centralize Control-type NCA parsingZach Hilman2018-09-041-20/+55
* game_list: Fix version display on non-NAND titlesZach Hilman2018-09-041-6/+22
* bktr: Add logging on successful patchZach Hilman2018-09-041-5/+17
* bktr: Fix missing includes and optimize styleZach Hilman2018-09-041-19/+16
* file_sys: Add class to manage game patchesZach Hilman2018-09-041-0/+90