summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/nca_patch.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* common: Change semantics of UNREACHABLE to unconditionally crashLiam2022-06-141-1/+1
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* file_sys: Resolve cases of variable shadowingLioncash2021-05-021-7/+11
* core: Silence warnings when compiling without assertsReinUsesLisp2021-01-051-1/+1
* vfs: Use existing type aliases consistentlyLioncash2020-12-101-1/+1
* Revert "core: Fix clang build"bunnei2020-10-211-4/+3
* core: Fix clang buildLioncash2020-10-181-3/+4
* nca_patch: Significantly reduce the stack usage size within SearchBucketEntry()Lioncash2020-09-151-4/+4
* nca_patch: Make SearchBucketEntry() internally linkedLioncash2020-09-151-40/+43
* aes_util: Allow SetIV to be non-allocatingLioncash2020-08-031-1/+2
* 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
* file_sys/nca_patch: Remove unnecessary includesLioncash2018-09-061-0/+4
* 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
* bktr: Fix missing includes and optimize styleZach Hilman2018-09-041-64/+62
* file_sys: Add BKTR patching mechanismZach Hilman2018-09-041-0/+208