summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/nca_patch.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2022-06-14common: Change semantics of UNREACHABLE to unconditionally crashLiam1-1/+1
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2021-05-02file_sys: Resolve cases of variable shadowingLioncash1-7/+11
2021-01-05core: Silence warnings when compiling without assertsReinUsesLisp1-1/+1
2020-12-10vfs: Use existing type aliases consistentlyLioncash1-1/+1
2020-10-21Revert "core: Fix clang build"bunnei1-4/+3
2020-10-18core: Fix clang buildLioncash1-3/+4
2020-09-15nca_patch: Significantly reduce the stack usage size within SearchBucketEntry()Lioncash1-4/+4
2020-09-15nca_patch: Make SearchBucketEntry() internally linkedLioncash1-40/+43
2020-08-03aes_util: Allow SetIV to be non-allocatingLioncash1-1/+2
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi1-17/+17
2018-09-06file_sys/nca_patch: Amend constructor initializer list orderLioncash1-2/+2
2018-09-06file_sys/nca_patch: Remove unnecessary includesLioncash1-0/+4
2018-09-04bktr: Fix bucket overlap errorZach Hilman1-2/+2
2018-09-04bktr: Add logging on successful patchZach Hilman1-1/+1
2018-09-04bktr: Implement IVFC offset shiftingZach Hilman1-1/+1
2018-09-04bktr: Fix missing includes and optimize styleZach Hilman1-64/+62
2018-09-04file_sys: Add BKTR patching mechanismZach Hilman1-0/+208