aboutsummaryrefslogtreecommitdiff
path: root/src/core/file_sys/savedata_factory.cpp
AgeCommit message (Expand)Author
2018-10-29ns: Implement command 400: GetApplicationControlDataZach Hilman
2018-10-29savedata_factory: Expose accessors for SaveDataSpaceZach Hilman
2018-10-16savedata_factory: Add TemporaryStorage SaveDataSpaceIdZach Hilman
2018-10-16savedata_factory: Add support for DeviceSaveDataZach Hilman
2018-09-30kernel/process: Make data member variables privateLioncash
2018-09-20Merge pull request #1364 from lioncash/contentbunnei
2018-09-19file-sys: Default heavy-weight class destructors in the cpp fileLioncash
2018-09-19savedata_factory: Add TemporaryStorage SaveDataTypeZach Hilman
2018-09-03file_sys: Replace includes with forward declarations where applicableLioncash
2018-08-31core/core: Replace includes with forward declarations where applicableLioncash
2018-08-21qt/main: Port part of citra(#3411), open savedata workstech4me
2018-07-18savedata_factory: Make SaveDataDescriptor's DebugInfo() function a const memb...Lioncash
2018-07-18Virtual Filesystem 2: Electric Boogaloo (#676)Zach Hilman
2018-07-17General Filesystem and Save Data Fixes (#670)Zach Hilman
2018-07-08savedata_factory: Always create a save directory for games.bunnei
2018-07-07Revert "Virtual Filesystem (#597)"bunnei
2018-07-06Virtual Filesystem (#597)Zach Hilman
2018-07-02Rename logging macro back to LOG_*James Rowe
2018-04-25file-sys: convert a StringFromFormat call into fmt::format in GetFullPath()Lioncash
2018-04-25file-sys: Move logging macros over to the new fmt-capable onesLioncash
2018-03-14core: Move process creation out of global state.bunnei
2018-03-04FS: Make EnsureSaveData create the savedata folder when called for the first ...Subv
2018-03-01SaveData: Use the current titleid when opening the savedata archive.Subv
2018-03-01Filesystem: Added a SaveData Factory and associated Disk_FileSystem.Subv