summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/sdmc_factory.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* core: remove ResultVal typeLiam2023-08-081-1/+1
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* general: Remove MakeResult helpersMorph2021-11-021-1/+1
* filesystem: Open a read-only directory for SDMC modsMorph2021-06-281-12/+13
* core: Simplify SDMC mod loadinglat9nq2021-06-281-1/+2
* core: Support LayeredFS mod from SDMC directorylat9nq2021-06-281-0/+7
* file_sys: Replace inclusions with forward declarations where applicableLioncash2020-08-231-1/+1
* sdmc_factory: Set the SDMC total size to 1 TiBMorph2020-07-101-1/+3
* filesystem: Add const qualification to various accessorsZach Hilman2019-09-211-1/+1
* sdmc_factory: Add SD Card size gettersZach Hilman2019-09-211-0/+9
* sdmc_factory: Add accessor for SDMC Album directoryZach Hilman2019-09-211-0/+4
* sdmc_factory: Add accessor for SDMC PlaceholderCacheZach Hilman2019-09-211-1/+7
* sdmc_factory: Add accessor for content directoryZach Hilman2019-09-211-0/+4
* file_sys/registered_cache: Use unique_ptr and regular pointers instead of shared_ptrs where applicableLioncash2018-10-161-4/+4
* file_sys/crypto: Fix missing/unnecessary includesZach Hilman2018-08-251-0/+2
* key_manager: Create keys dir if it dosen't existZach Hilman2018-08-231-0/+1
* sdmc_factory: Add SDMC RegisteredCache getterZach Hilman2018-08-231-1/+11
* sdmc_factory: Remove unnecessary core includeLioncash2018-08-211-1/+0
* Virtual Filesystem 2: Electric Boogaloo (#676)Zach Hilman2018-07-191-13/+3
* General Filesystem and Save Data Fixes (#670)Zach Hilman2018-07-171-14/+2
* Revert "Virtual Filesystem (#597)"bunnei2018-07-081-0/+39
* Virtual Filesystem (#597)Zach Hilman2018-07-061-39/+0
* Rename logging macro back to LOG_*James Rowe2018-07-031-2/+2
* file-sys: Move logging macros over to the new fmt-capable onesLioncash2018-04-251-3/+2
* FS: Added an SDMC archive factory and registered it to the SDMC archive on startup.Subv2018-03-201-0/+40