summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/registered_cache.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* registration: Various style and documentation improvementsZach Hilman2018-08-121-5/+8
| | | | | | Fix logic in RealVfsFilesystem Create methods Remove magic numbers Fix regex errors
* registration: Add support for force overwrite of installedZach Hilman2018-08-121-17/+33
|
* registration: Update documentation and styleZach Hilman2018-08-121-7/+16
|
* registration: Take RawCopy function as parameterZach Hilman2018-08-121-7/+9
| | | | Instead of defaulting to VfsRawCopy
* registered_cache: Fix missing reading from yuzu_metaZach Hilman2018-08-121-7/+16
|
* file_sys: Comply to style guidelinesZach Hilman2018-08-121-11/+13
|
* qt: Add 'Install to NAND' option to menuZach Hilman2018-08-121-1/+1
| | | | Prompts for title type on NCA files.
* file_sys: Add RegisteredCacheZach Hilman2018-08-121-0/+435
Manages NAND NCA get and install.