summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/nca_patch.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
2020-12-10vfs: Use existing type aliases consistentlyLioncash1-1/+1
Makes use of the VirtualDir and VirtualFile aliases across the board instead of having a few isolated places that don't use it.
2020-09-15nca_patch: Make SearchBucketEntry() internally linkedLioncash1-4/+0
This is only used internally and doesn't depend on any class state, so we can make it fully internal.
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi1-6/+6
2018-09-06file_sys/nca_patch: Remove unnecessary includesLioncash1-2/+5
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.
2018-09-04bktr: Fix missing includes and optimize styleZach Hilman1-1/+4
2018-09-04file_sys: Add BKTR patching mechanismZach Hilman1-0/+144