summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/patch_manager.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | These includes were previously being satisfied indirectly.
* 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
Right now only includes Updates, but should eventually contain all of the other patches we need.