summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/registered_cache.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* vfs: Move vfs files to their own directoryFearlessTobi2024-01-251-1/+1
* qt: add verification for installed contentsLiam2023-09-121-0/+5
* general: fix spelling mistakesLiam2023-03-121-1/+1
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* main: Prevent installing base titles into NANDMorph2021-05-161-0/+1
* file_sys: Resolve cases of variable shadowingLioncash2021-05-021-1/+1
* file_sys/registered_cache: Silence virtual functions without override warningsReinUsesLisp2021-01-091-4/+4
* General: Tidy up clang-format warnings part 2Lioncash2020-08-131-3/+3
* registered_cache: Add support for removing folder ncasMorph2020-07-291-3/+3
* clang formatMorph2020-07-151-3/+3
* Remove global system instance and address feedbackMorph2020-07-151-1/+1
* registered_cache: Remove previous update/dlc if it exists on installMorph2020-07-151-3/+7
* key_manager: Correct casing of instance()Lioncash2020-07-011-1/+1
* crypto: Make KeyManager a singleton classFearlessTobi2020-05-201-1/+1
* registered_cache: Implement PlaceholderCache to manage placeholder and installing contentZach Hilman2019-09-211-0/+25
* registered_cache: Add getter to determine source slot in content provider unionZach Hilman2019-06-251-0/+3
* file_sys: Create ContentProvider interface and default implementationsZach Hilman2019-03-271-52/+104
* 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