index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
file_sys
/
registered_cache.cpp
Age
Commit message (
Expand
)
Author
2018-12-01
file_sys/registered_cache: Eliminate variable shadowing
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-25
vfs_concat/vfs_layered: Remove friend declarations from ConcatenatedVfsFile
Lioncash
2018-09-23
fsmitm: Cleanup and modernize fsmitm port
Zach Hilman
2018-09-21
qt: Add UI elements for LayeredFS and related tools
Zach Hilman
2018-09-15
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
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-09-02
vfs_real: Forward declare IOFile
Lioncash
2018-08-27
registered_cache: Get rid of variable shadowing in ProcessFiles()
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-20
registration: Add Data_Unknown5 NCAContentType
Zach Hilman
2018-08-18
filesystem: Add support for loading of system archives
Zach Hilman
2018-08-15
common: Namespace hex_util.h/.cpp
Lioncash
2018-08-12
registration: Various style and documentation improvements
Zach Hilman
2018-08-11
registration: Add support for force overwrite of installed
Zach Hilman
2018-08-11
registration: Update documentation and style
Zach Hilman
2018-08-11
registration: Take RawCopy function as parameter
Zach Hilman
2018-08-11
registered_cache: Fix missing reading from yuzu_meta
Zach Hilman
2018-08-11
file_sys: Comply to style guidelines
Zach Hilman
2018-08-11
qt: Add 'Install to NAND' option to menu
Zach Hilman
2018-08-11
file_sys: Add RegisteredCache
Zach Hilman