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
/
sdmc_factory.cpp
Age
Commit message (
Expand
)
Author
2024-01-25
vfs: Move vfs files to their own directory
FearlessTobi
2023-08-08
core: remove ResultVal type
Liam
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2021-11-02
general: Remove MakeResult helpers
Morph
2021-06-28
filesystem: Open a read-only directory for SDMC mods
Morph
2021-06-28
core: Simplify SDMC mod loading
lat9nq
2021-06-28
core: Support LayeredFS mod from SDMC directory
lat9nq
2020-08-23
file_sys: Replace inclusions with forward declarations where applicable
Lioncash
2020-07-10
sdmc_factory: Set the SDMC total size to 1 TiB
Morph
2019-09-21
filesystem: Add const qualification to various accessors
Zach Hilman
2019-09-21
sdmc_factory: Add SD Card size getters
Zach Hilman
2019-09-21
sdmc_factory: Add accessor for SDMC Album directory
Zach Hilman
2019-09-21
sdmc_factory: Add accessor for SDMC PlaceholderCache
Zach Hilman
2019-09-21
sdmc_factory: Add accessor for content directory
Zach Hilman
2018-10-16
file_sys/registered_cache: Use unique_ptr and regular pointers instead of sha...
Lioncash
2018-08-24
file_sys/crypto: Fix missing/unnecessary includes
Zach Hilman
2018-08-23
key_manager: Create keys dir if it dosen't exist
Zach Hilman
2018-08-23
sdmc_factory: Add SDMC RegisteredCache getter
Zach Hilman
2018-08-21
sdmc_factory: Remove unnecessary core include
Lioncash
2018-07-18
Virtual Filesystem 2: Electric Boogaloo (#676)
Zach Hilman
2018-07-17
General Filesystem and Save Data Fixes (#670)
Zach Hilman
2018-07-07
Revert "Virtual Filesystem (#597)"
bunnei
2018-07-06
Virtual Filesystem (#597)
Zach Hilman
2018-07-02
Rename logging macro back to LOG_*
James Rowe
2018-04-25
file-sys: Move logging macros over to the new fmt-capable ones
Lioncash
2018-03-19
FS: Added an SDMC archive factory and registered it to the SDMC archive on st...
Subv