summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/registered_cache.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi1-5/+5
2018-09-04bktr: Fix missing includes and optimize styleZach Hilman1-10/+11
2018-09-04registration: Add RegisteredCacheUnionZach Hilman1-0/+114
2018-09-04main: Only show DRD deprecation warning onceZach Hilman1-0/+1
2018-09-04registration: Add support for installing NSP filesZach Hilman1-8/+12
2018-09-04file_sys: Replace includes with forward declarations where applicableLioncash1-0/+3
2018-09-02vfs_real: Forward declare IOFileLioncash1-1/+1
2018-08-27registered_cache: Get rid of variable shadowing in ProcessFiles()Lioncash1-3/+3
2018-08-23file_sys: Cut down on includes and copiesZach Hilman1-0/+2
2018-08-23registration: Add GetEntryUnparsed methodsZach Hilman1-0/+12
2018-08-20registration: Add Data_Unknown5 NCAContentTypeZach Hilman1-1/+1
2018-08-19filesystem: Add support for loading of system archivesZach Hilman1-1/+2
2018-08-16common: Namespace hex_util.h/.cppLioncash1-8/+10
2018-08-12registration: Various style and documentation improvementsZach Hilman1-5/+8
2018-08-12registration: Add support for force overwrite of installedZach Hilman1-17/+33
2018-08-12registration: Update documentation and styleZach Hilman1-7/+16
2018-08-12registration: Take RawCopy function as parameterZach Hilman1-7/+9
2018-08-12registered_cache: Fix missing reading from yuzu_metaZach Hilman1-7/+16
2018-08-12file_sys: Comply to style guidelinesZach Hilman1-11/+13
2018-08-12qt: Add 'Install to NAND' option to menuZach Hilman1-1/+1
2018-08-12file_sys: Add RegisteredCacheZach Hilman1-0/+435