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.h
Age
Commit message (
Expand
)
Author
2020-08-23
file_sys: Replace inclusions with forward declarations where applicable
Lioncash
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
file_sys: Cut down on includes and copies
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-03-19
FS: Added an SDMC archive factory and registered it to the SDMC archive on st...
Subv