summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/nca_patch.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-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.
* vfs: Use existing type aliases consistentlyLioncash2020-12-101-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.
* nca_patch: Make SearchBucketEntry() internally linkedLioncash2020-09-151-4/+0
| | | | | This is only used internally and doesn't depend on any class state, so we can make it fully internal.
* Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi2018-09-151-6/+6
|
* file_sys/nca_patch: Remove unnecessary includesLioncash2018-09-061-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.
* bktr: Fix missing includes and optimize styleZach Hilman2018-09-041-1/+4
|
* file_sys: Add BKTR patching mechanismZach Hilman2018-09-041-0/+144