summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/savedata_factory.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2018-12-07savedata_factory: Add support for CacheStorageZach Hilman1-0/+2
2018-12-07savedata_factory: Delete TemporaryStorage on startupZach Hilman1-1/+5
2018-10-29ns: Implement command 400: GetApplicationControlDataZach Hilman1-1/+1
2018-10-29savedata_factory: Expose accessors for SaveDataSpaceZach Hilman1-14/+18
2018-10-16savedata_factory: Add TemporaryStorage SaveDataSpaceIdZach Hilman1-1/+4
2018-10-16savedata_factory: Add support for DeviceSaveDataZach Hilman1-0/+8
2018-09-30kernel/process: Make data member variables privateLioncash1-1/+1
2018-09-20file-sys: Default heavy-weight class destructors in the cpp fileLioncash1-0/+2
2018-09-19savedata_factory: Add TemporaryStorage SaveDataTypeZach Hilman1-4/+7
2018-09-04file_sys: Replace includes with forward declarations where applicableLioncash1-0/+1
2018-08-31core/core: Replace includes with forward declarations where applicableLioncash1-0/+1
2018-08-21qt/main: Port part of citra(#3411), open savedata workstech4me1-1/+1
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