summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/nca_patch.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi2018-09-151-17/+17
|
* file_sys/nca_patch: Amend constructor initializer list orderLioncash2018-09-061-2/+2
| | | | | | Orders the elements in the initializer list in the order they're specified in the class. This prevents compiler warnings about initialization order.
* file_sys/nca_patch: Remove unnecessary includesLioncash2018-09-061-0/+4
| | | | | romfs.h doesn't need to be included in the header, the only real dependency here is common's swap.h that needs to be included.
* bktr: Fix bucket overlap errorZach Hilman2018-09-041-2/+2
|
* bktr: Add logging on successful patchZach Hilman2018-09-041-1/+1
|
* bktr: Implement IVFC offset shiftingZach Hilman2018-09-041-1/+1
| | | | Fixes base game read errors
* bktr: Fix missing includes and optimize styleZach Hilman2018-09-041-64/+62
|
* file_sys: Add BKTR patching mechanismZach Hilman2018-09-041-0/+208