summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/registered_cache.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.