summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/registered_cache.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-09-04bktr: Fix missing includes and optimize styleZach Hilman1-1/+1
2018-09-04registration: Add RegisteredCacheUnionZach Hilman1-0/+40
Aggregates multiple caches into one interface
2018-09-04main: Only show DRD deprecation warning onceZach Hilman1-0/+1
2018-09-04registration: Add support for installing NSP filesZach Hilman1-2/+4
2018-09-04file_sys: Replace includes with forward declarations where applicableLioncash1-4/+7
Cuts down on include dependencies, resulting in less files that need to be rebuilt when certain things are changed.
2018-08-23file_sys: Cut down on includes and copiesZach Hilman1-0/+1
2018-08-23registration: Add GetEntryUnparsed methodsZach Hilman1-0/+3
Returns the file before calling parser on it.
2018-08-12registration: Add support for force overwrite of installedZach Hilman1-5/+15
2018-08-12registration: Take RawCopy function as parameterZach Hilman1-3/+6
Instead of defaulting to VfsRawCopy
2018-08-12file_sys: Comply to style guidelinesZach Hilman1-5/+8
2018-08-12file_sys: Add RegisteredCacheZach Hilman1-0/+108
Manages NAND NCA get and install.