index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
file_sys
/
registered_cache.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
file_sys/registered_cache: Silence virtual functions without override warnings
ReinUsesLisp
2021-01-09
1
-4
/
+4
*
General: Tidy up clang-format warnings part 2
Lioncash
2020-08-13
1
-3
/
+3
*
registered_cache: Add support for removing folder ncas
Morph
2020-07-29
1
-3
/
+3
*
clang format
Morph
2020-07-15
1
-3
/
+3
*
Remove global system instance and address feedback
Morph
2020-07-15
1
-1
/
+1
*
registered_cache: Remove previous update/dlc if it exists on install
Morph
2020-07-15
1
-3
/
+7
*
key_manager: Correct casing of instance()
Lioncash
2020-07-01
1
-1
/
+1
*
crypto: Make KeyManager a singleton class
FearlessTobi
2020-05-20
1
-1
/
+1
*
registered_cache: Implement PlaceholderCache to manage placeholder and installing content
Zach Hilman
2019-09-21
1
-0
/
+25
*
registered_cache: Add getter to determine source slot in content provider union
Zach Hilman
2019-06-25
1
-0
/
+3
*
file_sys: Create ContentProvider interface and default implementations
Zach Hilman
2019-03-27
1
-52
/
+104
*
file_sys/registered_cache: Remove unused <map> include
Lioncash
2018-11-27
1
-1
/
+0
*
file_sys/registered_cache: Use regular const references instead of std::shared_ptr for InstallEntry()
Lioncash
2018-11-27
1
-5
/
+4
*
file_sys: Use common KeyManager in NCA container types
Zach Hilman
2018-11-02
1
-0
/
+3
*
global: Use std::optional instead of boost::optional (#1578)
Frederic L
2018-10-30
1
-13
/
+10
*
qt: Add support for dumping a DLC Data RomFS
Zach Hilman
2018-10-18
1
-0
/
+1
*
registered_cache: Deduplicate results of ListEntry and ListEntryFilter
Zach Hilman
2018-10-17
1
-2
/
+5
*
file_sys/registered_cache: Use unique_ptr and regular pointers instead of shared_ptrs where applicable
Lioncash
2018-10-16
1
-6
/
+6
*
qt: Add UI elements for LayeredFS and related tools
Zach Hilman
2018-09-22
1
-1
/
+1
*
bktr: Fix missing includes and optimize style
Zach Hilman
2018-09-04
1
-1
/
+1
*
registration: Add RegisteredCacheUnion
Zach Hilman
2018-09-04
1
-0
/
+40
*
main: Only show DRD deprecation warning once
Zach Hilman
2018-09-04
1
-0
/
+1
*
registration: Add support for installing NSP files
Zach Hilman
2018-09-04
1
-2
/
+4
*
file_sys: Replace includes with forward declarations where applicable
Lioncash
2018-09-04
1
-4
/
+7
*
file_sys: Cut down on includes and copies
Zach Hilman
2018-08-23
1
-0
/
+1
*
registration: Add GetEntryUnparsed methods
Zach Hilman
2018-08-23
1
-0
/
+3
*
registration: Add support for force overwrite of installed
Zach Hilman
2018-08-12
1
-5
/
+15
*
registration: Take RawCopy function as parameter
Zach Hilman
2018-08-12
1
-3
/
+6
*
file_sys: Comply to style guidelines
Zach Hilman
2018-08-12
1
-5
/
+8
*
file_sys: Add RegisteredCache
Zach Hilman
2018-08-12
1
-0
/
+108