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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-01-25
vfs: Move vfs files to their own directory
FearlessTobi
1
-1
/
+1
2023-10-13
fsmitm_romfsbuild: avoid unnecessary copies of vfs pointers
Liam
1
-1
/
+2
2023-09-17
registered_cache: correct file deletion case
Liam
1
-1
/
+3
2023-09-12
qt: add verification for installed contents
Liam
1
-1
/
+27
2023-08-26
registered_cache: create fake CNMT entries for program updates of multiprogram applications (#11319)
liamwhite
1
-9
/
+28
2023-08-16
file_sys: tolerate empty NCA
Liam
1
-1
/
+1
2023-08-15
vfs: expand support for NCA reading
Liam
1
-3
/
+3
2023-02-14
remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistency
arades79
1
-1
/
+1
2023-02-14
add static lifetime to constexpr values to force compile time evaluation where possible
arades79
1
-1
/
+1
2022-06-14
common: Change semantics of UNREACHABLE to unconditionally crash
Liam
1
-1
/
+1
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
1
-3
/
+2
2022-03-27
registered_cache: Prevent nullptr dereference when accumulating files
Morph
1
-2
/
+4
2021-06-23
General: Resolve fmt specifiers to adhere to 8.0.0 API where applicable
Lioncash
1
-5
/
+8
2021-05-26
common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270)
Morph
1
-1
/
+1
2021-05-16
main: Prevent installing base titles into NAND
Morph
1
-0
/
+7
2021-05-02
file_sys: Resolve cases of variable shadowing
Lioncash
1
-14
/
+18
2021-01-05
core: Silence warnings when compiling without asserts
ReinUsesLisp
1
-1
/
+2
2020-08-23
registered_cache: Make use of ends_with for string suffix checking
Lioncash
1
-2
/
+1
2020-08-23
registered_cache: Make use of designated initializers
Lioncash
1
-15
/
+15
2020-08-16
common/fileutil: Convert namespace to Common::FS
Lioncash
1
-1
/
+1
2020-08-03
registered_cache: Resolve -Wmaybe_uninitialized warnings
Lioncash
1
-10
/
+15
2020-07-29
registered_cache: Add support for removing folder ncas
Morph
1
-50
/
+51
2020-07-16
Check for empty section0 and CNMT prior to install
Morph
1
-3
/
+19
2020-07-15
Use proper install result when overwriting files
Morph
1
-1
/
+1
2020-07-15
Remove global system instance and address feedback
Morph
1
-13
/
+9
2020-07-15
registered_cache: Remove previous update/dlc if it exists on install
Morph
1
-10
/
+76
2020-05-20
crypto: Make KeyManager a singleton class
FearlessTobi
1
-3
/
+3
2020-04-16
CMakeLists: Specify -Wextra on linux builds
Lioncash
1
-9
/
+14
2019-11-12
core: Migrate off deprecated mbedtls functions
Lioncash
1
-5
/
+5
2019-09-22
configure_debug: Move reporting option to logging
Zach Hilman
1
-4
/
+4
2019-09-21
yuzu: Port old usages of Filesystem namespace to FilesystemController
Zach Hilman
1
-0
/
+1
2019-09-21
registered_cache: Process *.cnmt.nca files
Zach Hilman
1
-16
/
+23
2019-09-21
registered_cache: Implement PlaceholderCache to manage placeholder and installing content
Zach Hilman
1
-0
/
+150
2019-07-02
file_sys: Rename other ContentRecordType members
Bakugo
1
-1
/
+1
2019-07-01
file_sys/registered_cache: Improve missing metadata error
Bakugo
1
-2
/
+2
2019-07-01
file_sys/registered_cache: Ignore DeltaFragment NCAs during installation
Bakugo
1
-0
/
+3
2019-06-26
glue: Correct missing bytes in ApplicationLaunchParameter
Zach Hilman
1
-7
/
+7
2019-06-25
registered_cache: Add getter to determine source slot in content provider union
Zach Hilman
1
-0
/
+14
2019-06-12
common/hex_util: Combine HexVectorToString() and HexArrayToString()
Lioncash
1
-6
/
+8
2019-03-27
file_sys: Create ContentProvider interface and default implementations
Zach Hilman
1
-100
/
+175
2019-03-19
file_sys/content_archive: Amend name of Data_Unknown5 enum entry
Lioncash
1
-1
/
+1
2018-12-02
file_sys/registered_cache: Eliminate variable shadowing
Lioncash
1
-27
/
+26
2018-11-27
file_sys/registered_cache: Use regular const references instead of std::shared_ptr for InstallEntry()
Lioncash
1
-22
/
+22
2018-11-02
file_sys: Use common KeyManager in NCA container types
Zach Hilman
1
-5
/
+8
2018-10-30
global: Use std::optional instead of boost::optional (#1578)
Frederic L
1
-34
/
+28
2018-10-18
qt: Add support for dumping a DLC Data RomFS
Zach Hilman
1
-0
/
+4
2018-10-17
registered_cache: Deduplicate results of ListEntry and ListEntryFilter
Zach Hilman
1
-0
/
+11
2018-10-16
file_sys/registered_cache: Use unique_ptr and regular pointers instead of shared_ptrs where applicable
Lioncash
1
-7
/
+7
2018-09-26
vfs_concat/vfs_layered: Remove friend declarations from ConcatenatedVfsFile
Lioncash
1
-1
/
+1
2018-09-24
fsmitm: Cleanup and modernize fsmitm port
Zach Hilman
1
-2
/
+7
2018-09-22
qt: Add UI elements for LayeredFS and related tools
Zach Hilman
1
-1
/
+1
2018-09-15
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
1
-5
/
+5
2018-09-04
bktr: Fix missing includes and optimize style
Zach Hilman
1
-10
/
+11
2018-09-04
registration: Add RegisteredCacheUnion
Zach Hilman
1
-0
/
+114
2018-09-04
main: Only show DRD deprecation warning once
Zach Hilman
1
-0
/
+1
2018-09-04
registration: Add support for installing NSP files
Zach Hilman
1
-8
/
+12
2018-09-04
file_sys: Replace includes with forward declarations where applicable
Lioncash
1
-0
/
+3
2018-09-02
vfs_real: Forward declare IOFile
Lioncash
1
-1
/
+1
2018-08-27
registered_cache: Get rid of variable shadowing in ProcessFiles()
Lioncash
1
-3
/
+3
2018-08-23
file_sys: Cut down on includes and copies
Zach Hilman
1
-0
/
+2
2018-08-23
registration: Add GetEntryUnparsed methods
Zach Hilman
1
-0
/
+12
2018-08-20
registration: Add Data_Unknown5 NCAContentType
Zach Hilman
1
-1
/
+1
2018-08-19
filesystem: Add support for loading of system archives
Zach Hilman
1
-1
/
+2
2018-08-16
common: Namespace hex_util.h/.cpp
Lioncash
1
-8
/
+10
2018-08-12
registration: Various style and documentation improvements
Zach Hilman
1
-5
/
+8
2018-08-12
registration: Add support for force overwrite of installed
Zach Hilman
1
-17
/
+33
2018-08-12
registration: Update documentation and style
Zach Hilman
1
-7
/
+16
2018-08-12
registration: Take RawCopy function as parameter
Zach Hilman
1
-7
/
+9
2018-08-12
registered_cache: Fix missing reading from yuzu_meta
Zach Hilman
1
-7
/
+16
2018-08-12
file_sys: Comply to style guidelines
Zach Hilman
1
-11
/
+13
2018-08-12
qt: Add 'Install to NAND' option to menu
Zach Hilman
1
-1
/
+1
2018-08-12
file_sys: Add RegisteredCache
Zach Hilman
1
-0
/
+435