summaryrefslogtreecommitdiff
path: root/src/core/file_sys/registered_cache.h
AgeCommit message (Expand)Author
2025-01-14Revert incorrect copyright attribution for non-contributed filesZephyron
2024-12-31chore: update project references and add Citron copyrightZephyron
2024-01-25vfs: Move vfs files to their own directoryFearlessTobi
2023-09-12qt: add verification for installed contentsLiam
2023-03-12general: fix spelling mistakesLiam
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2021-05-16main: Prevent installing base titles into NANDMorph
2021-05-02file_sys: Resolve cases of variable shadowingLioncash
2021-01-09file_sys/registered_cache: Silence virtual functions without override warningsReinUsesLisp
2020-08-13General: Tidy up clang-format warnings part 2Lioncash
2020-07-29registered_cache: Add support for removing folder ncasMorph
2020-07-15clang formatMorph
2020-07-15Remove global system instance and address feedbackMorph
2020-07-15registered_cache: Remove previous update/dlc if it exists on installMorph
2020-07-01key_manager: Correct casing of instance()Lioncash
2020-05-20crypto: Make KeyManager a singleton classFearlessTobi
2019-09-21registered_cache: Implement PlaceholderCache to manage placeholder and instal...Zach Hilman
2019-06-24registered_cache: Add getter to determine source slot in content provider unionZach Hilman
2019-03-26file_sys: Create ContentProvider interface and default implementationsZach Hilman
2018-11-27file_sys/registered_cache: Remove unused <map> includeLioncash
2018-11-27file_sys/registered_cache: Use regular const references instead of std::share...Lioncash
2018-11-01file_sys: Use common KeyManager in NCA container typesZach Hilman
2018-10-30global: Use std::optional instead of boost::optional (#1578)Frederic L
2018-10-17qt: Add support for dumping a DLC Data RomFSZach Hilman
2018-10-17registered_cache: Deduplicate results of ListEntry and ListEntryFilterZach Hilman
2018-10-16file_sys/registered_cache: Use unique_ptr and regular pointers instead of sha...Lioncash
2018-09-21qt: Add UI elements for LayeredFS and related toolsZach Hilman
2018-09-04bktr: Fix missing includes and optimize styleZach Hilman
2018-09-04registration: Add RegisteredCacheUnionZach Hilman
2018-09-04main: Only show DRD deprecation warning onceZach Hilman
2018-09-04registration: Add support for installing NSP filesZach Hilman
2018-09-03file_sys: Replace includes with forward declarations where applicableLioncash
2018-08-23file_sys: Cut down on includes and copiesZach Hilman
2018-08-23registration: Add GetEntryUnparsed methodsZach Hilman
2018-08-11registration: Add support for force overwrite of installedZach Hilman
2018-08-11registration: Take RawCopy function as parameterZach Hilman
2018-08-11file_sys: Comply to style guidelinesZach Hilman
2018-08-11file_sys: Add RegisteredCacheZach Hilman