summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/registered_cache.h (unfollow)
Commit message (Expand)AuthorFilesLines
2023-09-12qt: add verification for installed contentsLiam1-0/+5
2023-03-12general: fix spelling mistakesLiam1-1/+1
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2021-05-16main: Prevent installing base titles into NANDMorph1-0/+1
2021-05-02file_sys: Resolve cases of variable shadowingLioncash1-1/+1
2021-01-09file_sys/registered_cache: Silence virtual functions without override warningsReinUsesLisp1-4/+4
2020-08-13General: Tidy up clang-format warnings part 2Lioncash1-3/+3
2020-07-29registered_cache: Add support for removing folder ncasMorph1-3/+3
2020-07-15clang formatMorph1-3/+3
2020-07-15Remove global system instance and address feedbackMorph1-1/+1
2020-07-15registered_cache: Remove previous update/dlc if it exists on installMorph1-3/+7
2020-07-01key_manager: Correct casing of instance()Lioncash1-1/+1
2020-05-20crypto: Make KeyManager a singleton classFearlessTobi1-1/+1
2019-09-21registered_cache: Implement PlaceholderCache to manage placeholder and installing contentZach Hilman1-0/+25
2019-06-25registered_cache: Add getter to determine source slot in content provider unionZach Hilman1-0/+3
2019-03-27file_sys: Create ContentProvider interface and default implementationsZach Hilman1-52/+104
2018-11-27file_sys/registered_cache: Remove unused <map> includeLioncash1-1/+0
2018-11-27file_sys/registered_cache: Use regular const references instead of std::shared_ptr for InstallEntry()Lioncash1-5/+4
2018-11-02file_sys: Use common KeyManager in NCA container typesZach Hilman1-0/+3
2018-10-30global: Use std::optional instead of boost::optional (#1578)Frederic L1-13/+10
2018-10-18qt: Add support for dumping a DLC Data RomFSZach Hilman1-0/+1
2018-10-17registered_cache: Deduplicate results of ListEntry and ListEntryFilterZach Hilman1-2/+5
2018-10-16file_sys/registered_cache: Use unique_ptr and regular pointers instead of shared_ptrs where applicableLioncash1-6/+6
2018-09-22qt: Add UI elements for LayeredFS and related toolsZach Hilman1-1/+1
2018-09-04bktr: Fix missing includes and optimize styleZach Hilman1-1/+1
2018-09-04registration: Add RegisteredCacheUnionZach Hilman1-0/+40
2018-09-04main: Only show DRD deprecation warning onceZach Hilman1-0/+1
2018-09-04registration: Add support for installing NSP filesZach Hilman1-2/+4
2018-09-04file_sys: Replace includes with forward declarations where applicableLioncash1-4/+7
2018-08-23file_sys: Cut down on includes and copiesZach Hilman1-0/+1
2018-08-23registration: Add GetEntryUnparsed methodsZach Hilman1-0/+3
2018-08-12registration: Add support for force overwrite of installedZach Hilman1-5/+15
2018-08-12registration: Take RawCopy function as parameterZach Hilman1-3/+6
2018-08-12file_sys: Comply to style guidelinesZach Hilman1-5/+8
2018-08-12file_sys: Add RegisteredCacheZach Hilman1-0/+108