summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/patch_manager.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2018-10-04patch_manager: Add support for IPSwitch format patchesZach Hilman1-22/+56
2018-10-02nso: Optimize loading of IPS patchesZach Hilman1-44/+37
2018-10-01patch_manager: Add PatchNSO functionZach Hilman1-0/+94
2018-10-01patch_manager: Use strings for patch type instead of enumZach Hilman1-19/+31
2018-10-01aoc_u: Extract AccumulateAOCTitleIDs to separate functionZach Hilman1-1/+2
2018-10-01aoc_u: Implement GetAddOnContentBaseIdZach Hilman1-2/+3
2018-10-01patch_manager: Add DLC recognition to PatchManagerZach Hilman1-0/+26
2018-09-26patch_manager: Invert conditionals within ApplyLayeredFS()Lioncash1-27/+30
2018-09-26vfs_concat/vfs_layered: Remove friend declarations from ConcatenatedVfsFileLioncash1-3/+2
2018-09-24fsmitm: Cleanup and modernize fsmitm portZach Hilman1-31/+35
2018-09-22patch_manager: Add LayeredFS mods supportZach Hilman1-1/+42
2018-09-20file-sys: Default heavy-weight class destructors in the cpp fileLioncash1-0/+2
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi1-2/+2
2018-09-06file_sys/patch_manager: Add missing includesLioncash1-0/+4
2018-09-04bktr: Fix bucket overlap errorZach Hilman1-0/+3
2018-09-04patch_manager: Centralize Control-type NCA parsingZach Hilman1-20/+55
2018-09-04game_list: Fix version display on non-NAND titlesZach Hilman1-6/+22
2018-09-04bktr: Add logging on successful patchZach Hilman1-5/+17
2018-09-04bktr: Fix missing includes and optimize styleZach Hilman1-19/+16
2018-09-04file_sys: Add class to manage game patchesZach Hilman1-0/+90