summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/savedata_factory.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2018-07-19savedata_factory: Make SaveDataDescriptor's DebugInfo() function a const member functionLioncash1-1/+1
2018-07-19Virtual Filesystem 2: Electric Boogaloo (#676)Zach Hilman1-21/+13
2018-07-17General Filesystem and Save Data Fixes (#670)Zach Hilman1-22/+73
2018-07-08savedata_factory: Always create a save directory for games.bunnei1-0/+9
2018-07-08Revert "Virtual Filesystem (#597)"bunnei1-0/+54
2018-07-06Virtual Filesystem (#597)Zach Hilman1-54/+0
2018-07-03Rename logging macro back to LOG_*James Rowe1-2/+2
2018-04-25file-sys: convert a StringFromFormat call into fmt::format in GetFullPath()Lioncash1-4/+1
2018-04-25file-sys: Move logging macros over to the new fmt-capable onesLioncash1-2/+2
2018-03-14core: Move process creation out of global state.bunnei1-1/+2
2018-03-04FS: Make EnsureSaveData create the savedata folder when called for the first time.Subv1-10/+24
2018-03-02SaveData: Use the current titleid when opening the savedata archive.Subv1-2/+3
2018-03-02Filesystem: Added a SaveData Factory and associated Disk_FileSystem.Subv1-0/+41