summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/registered_cache.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi2018-09-151-5/+5
* bktr: Fix missing includes and optimize styleZach Hilman2018-09-041-10/+11
* registration: Add RegisteredCacheUnionZach Hilman2018-09-041-0/+114
* main: Only show DRD deprecation warning onceZach Hilman2018-09-041-0/+1
* registration: Add support for installing NSP filesZach Hilman2018-09-041-8/+12
* file_sys: Replace includes with forward declarations where applicableLioncash2018-09-041-0/+3
* vfs_real: Forward declare IOFileLioncash2018-09-021-1/+1
* registered_cache: Get rid of variable shadowing in ProcessFiles()Lioncash2018-08-271-3/+3
* file_sys: Cut down on includes and copiesZach Hilman2018-08-231-0/+2
* registration: Add GetEntryUnparsed methodsZach Hilman2018-08-231-0/+12
* registration: Add Data_Unknown5 NCAContentTypeZach Hilman2018-08-201-1/+1
* filesystem: Add support for loading of system archivesZach Hilman2018-08-191-1/+2
* common: Namespace hex_util.h/.cppLioncash2018-08-161-8/+10
* registration: Various style and documentation improvementsZach Hilman2018-08-121-5/+8
* 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
* 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
* file_sys: Add RegisteredCacheZach Hilman2018-08-121-0/+435