index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
file_sys
/
registered_cache.h
Age
Commit message (
Expand
)
Author
2025-01-14
Revert incorrect copyright attribution for non-contributed files
Zephyron
2024-12-31
chore: update project references and add Citron copyright
Zephyron
2024-01-25
vfs: Move vfs files to their own directory
FearlessTobi
2023-09-12
qt: add verification for installed contents
Liam
2023-03-12
general: fix spelling mistakes
Liam
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2021-05-16
main: Prevent installing base titles into NAND
Morph
2021-05-02
file_sys: Resolve cases of variable shadowing
Lioncash
2021-01-09
file_sys/registered_cache: Silence virtual functions without override warnings
ReinUsesLisp
2020-08-13
General: Tidy up clang-format warnings part 2
Lioncash
2020-07-29
registered_cache: Add support for removing folder ncas
Morph
2020-07-15
clang format
Morph
2020-07-15
Remove global system instance and address feedback
Morph
2020-07-15
registered_cache: Remove previous update/dlc if it exists on install
Morph
2020-07-01
key_manager: Correct casing of instance()
Lioncash
2020-05-20
crypto: Make KeyManager a singleton class
FearlessTobi
2019-09-21
registered_cache: Implement PlaceholderCache to manage placeholder and instal...
Zach Hilman
2019-06-24
registered_cache: Add getter to determine source slot in content provider union
Zach Hilman
2019-03-26
file_sys: Create ContentProvider interface and default implementations
Zach Hilman
2018-11-27
file_sys/registered_cache: Remove unused <map> include
Lioncash
2018-11-27
file_sys/registered_cache: Use regular const references instead of std::share...
Lioncash
2018-11-01
file_sys: Use common KeyManager in NCA container types
Zach Hilman
2018-10-30
global: Use std::optional instead of boost::optional (#1578)
Frederic L
2018-10-17
qt: Add support for dumping a DLC Data RomFS
Zach Hilman
2018-10-17
registered_cache: Deduplicate results of ListEntry and ListEntryFilter
Zach Hilman
2018-10-16
file_sys/registered_cache: Use unique_ptr and regular pointers instead of sha...
Lioncash
2018-09-21
qt: Add UI elements for LayeredFS and related tools
Zach Hilman
2018-09-04
bktr: Fix missing includes and optimize style
Zach Hilman
2018-09-04
registration: Add RegisteredCacheUnion
Zach Hilman
2018-09-04
main: Only show DRD deprecation warning once
Zach Hilman
2018-09-04
registration: Add support for installing NSP files
Zach Hilman
2018-09-03
file_sys: Replace includes with forward declarations where applicable
Lioncash
2018-08-23
file_sys: Cut down on includes and copies
Zach Hilman
2018-08-23
registration: Add GetEntryUnparsed methods
Zach Hilman
2018-08-11
registration: Add support for force overwrite of installed
Zach Hilman
2018-08-11
registration: Take RawCopy function as parameter
Zach Hilman
2018-08-11
file_sys: Comply to style guidelines
Zach Hilman
2018-08-11
file_sys: Add RegisteredCache
Zach Hilman