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