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.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
CMakeLists: Specify -Wextra on linux builds
Lioncash
2020-04-16
1
-9
/
+14
*
core: Migrate off deprecated mbedtls functions
Lioncash
2019-11-12
1
-5
/
+5
*
configure_debug: Move reporting option to logging
Zach Hilman
2019-09-22
1
-4
/
+4
*
yuzu: Port old usages of Filesystem namespace to FilesystemController
Zach Hilman
2019-09-21
1
-0
/
+1
*
registered_cache: Process *.cnmt.nca files
Zach Hilman
2019-09-21
1
-16
/
+23
*
registered_cache: Implement PlaceholderCache to manage placeholder and installing content
Zach Hilman
2019-09-21
1
-0
/
+150
*
file_sys: Rename other ContentRecordType members
Bakugo
2019-07-02
1
-1
/
+1
*
file_sys/registered_cache: Improve missing metadata error
Bakugo
2019-07-01
1
-2
/
+2
*
file_sys/registered_cache: Ignore DeltaFragment NCAs during installation
Bakugo
2019-07-01
1
-0
/
+3
*
glue: Correct missing bytes in ApplicationLaunchParameter
Zach Hilman
2019-06-26
1
-7
/
+7
*
registered_cache: Add getter to determine source slot in content provider union
Zach Hilman
2019-06-25
1
-0
/
+14
*
common/hex_util: Combine HexVectorToString() and HexArrayToString()
Lioncash
2019-06-12
1
-6
/
+8
*
file_sys: Create ContentProvider interface and default implementations
Zach Hilman
2019-03-27
1
-100
/
+175
*
file_sys/content_archive: Amend name of Data_Unknown5 enum entry
Lioncash
2019-03-19
1
-1
/
+1
*
file_sys/registered_cache: Eliminate variable shadowing
Lioncash
2018-12-02
1
-27
/
+26
*
file_sys/registered_cache: Use regular const references instead of std::shared_ptr for InstallEntry()
Lioncash
2018-11-27
1
-22
/
+22
*
file_sys: Use common KeyManager in NCA container types
Zach Hilman
2018-11-02
1
-5
/
+8
*
global: Use std::optional instead of boost::optional (#1578)
Frederic L
2018-10-30
1
-34
/
+28
*
qt: Add support for dumping a DLC Data RomFS
Zach Hilman
2018-10-18
1
-0
/
+4
*
registered_cache: Deduplicate results of ListEntry and ListEntryFilter
Zach Hilman
2018-10-17
1
-0
/
+11
*
file_sys/registered_cache: Use unique_ptr and regular pointers instead of shared_ptrs where applicable
Lioncash
2018-10-16
1
-7
/
+7
*
vfs_concat/vfs_layered: Remove friend declarations from ConcatenatedVfsFile
Lioncash
2018-09-26
1
-1
/
+1
*
fsmitm: Cleanup and modernize fsmitm port
Zach Hilman
2018-09-24
1
-2
/
+7
*
qt: Add UI elements for LayeredFS and related tools
Zach Hilman
2018-09-22
1
-1
/
+1
*
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
2018-09-15
1
-5
/
+5
*
bktr: Fix missing includes and optimize style
Zach Hilman
2018-09-04
1
-10
/
+11
*
registration: Add RegisteredCacheUnion
Zach Hilman
2018-09-04
1
-0
/
+114
*
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
-8
/
+12
*
file_sys: Replace includes with forward declarations where applicable
Lioncash
2018-09-04
1
-0
/
+3
*
vfs_real: Forward declare IOFile
Lioncash
2018-09-02
1
-1
/
+1
*
registered_cache: Get rid of variable shadowing in ProcessFiles()
Lioncash
2018-08-27
1
-3
/
+3
*
file_sys: Cut down on includes and copies
Zach Hilman
2018-08-23
1
-0
/
+2
*
registration: Add GetEntryUnparsed methods
Zach Hilman
2018-08-23
1
-0
/
+12
*
registration: Add Data_Unknown5 NCAContentType
Zach Hilman
2018-08-20
1
-1
/
+1
*
filesystem: Add support for loading of system archives
Zach Hilman
2018-08-19
1
-1
/
+2
*
common: Namespace hex_util.h/.cpp
Lioncash
2018-08-16
1
-8
/
+10
*
registration: Various style and documentation improvements
Zach Hilman
2018-08-12
1
-5
/
+8
*
registration: Add support for force overwrite of installed
Zach Hilman
2018-08-12
1
-17
/
+33
*
registration: Update documentation and style
Zach Hilman
2018-08-12
1
-7
/
+16
*
registration: Take RawCopy function as parameter
Zach Hilman
2018-08-12
1
-7
/
+9
*
registered_cache: Fix missing reading from yuzu_meta
Zach Hilman
2018-08-12
1
-7
/
+16
*
file_sys: Comply to style guidelines
Zach Hilman
2018-08-12
1
-11
/
+13
*
qt: Add 'Install to NAND' option to menu
Zach Hilman
2018-08-12
1
-1
/
+1
*
file_sys: Add RegisteredCache
Zach Hilman
2018-08-12
1
-0
/
+435