summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/registered_cache.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* file_sys/registered_cache: Remove unused <map> includeLioncash2018-11-271-1/+0
* file_sys/registered_cache: Use regular const references instead of std::shared_ptr for InstallEntry()Lioncash2018-11-271-5/+4
* file_sys: Use common KeyManager in NCA container typesZach Hilman2018-11-021-0/+3
* global: Use std::optional instead of boost::optional (#1578)Frederic L2018-10-301-13/+10
* qt: Add support for dumping a DLC Data RomFSZach Hilman2018-10-181-0/+1
* registered_cache: Deduplicate results of ListEntry and ListEntryFilterZach Hilman2018-10-171-2/+5
* file_sys/registered_cache: Use unique_ptr and regular pointers instead of shared_ptrs where applicableLioncash2018-10-161-6/+6
* qt: Add UI elements for LayeredFS and related toolsZach Hilman2018-09-221-1/+1
* bktr: Fix missing includes and optimize styleZach Hilman2018-09-041-1/+1
* registration: Add RegisteredCacheUnionZach Hilman2018-09-041-0/+40
* 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
* file_sys: Cut down on includes and copiesZach Hilman2018-08-231-0/+1
* registration: Add GetEntryUnparsed methodsZach Hilman2018-08-231-0/+3
* registration: Add support for force overwrite of installedZach Hilman2018-08-121-5/+15
* registration: Take RawCopy function as parameterZach Hilman2018-08-121-3/+6
* file_sys: Comply to style guidelinesZach Hilman2018-08-121-5/+8
* file_sys: Add RegisteredCacheZach Hilman2018-08-121-0/+108