summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/savedata_factory.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* savedata_factory: Add TemporaryStorage SaveDataSpaceIdZach Hilman2018-10-161-1/+4
* savedata_factory: Add support for DeviceSaveDataZach Hilman2018-10-161-0/+8
* kernel/process: Make data member variables privateLioncash2018-09-301-1/+1
* Merge pull request #1364 from lioncash/contentbunnei2018-09-211-0/+2
|\
| * file-sys: Default heavy-weight class destructors in the cpp fileLioncash2018-09-201-0/+2
* | savedata_factory: Add TemporaryStorage SaveDataTypeZach Hilman2018-09-191-4/+7
|/
* file_sys: Replace includes with forward declarations where applicableLioncash2018-09-041-0/+1
* core/core: Replace includes with forward declarations where applicableLioncash2018-08-311-0/+1
* qt/main: Port part of citra(#3411), open savedata workstech4me2018-08-211-1/+1
* savedata_factory: Make SaveDataDescriptor's DebugInfo() function a const member functionLioncash2018-07-191-1/+1
* Virtual Filesystem 2: Electric Boogaloo (#676)Zach Hilman2018-07-191-21/+13
* General Filesystem and Save Data Fixes (#670)Zach Hilman2018-07-171-22/+73
* savedata_factory: Always create a save directory for games.bunnei2018-07-081-0/+9
* Revert "Virtual Filesystem (#597)"bunnei2018-07-081-0/+54
* Virtual Filesystem (#597)Zach Hilman2018-07-061-54/+0
* Rename logging macro back to LOG_*James Rowe2018-07-031-2/+2
* file-sys: convert a StringFromFormat call into fmt::format in GetFullPath()Lioncash2018-04-251-4/+1
* file-sys: Move logging macros over to the new fmt-capable onesLioncash2018-04-251-2/+2
* core: Move process creation out of global state.bunnei2018-03-141-1/+2
* FS: Make EnsureSaveData create the savedata folder when called for the first time.Subv2018-03-041-10/+24
* SaveData: Use the current titleid when opening the savedata archive.Subv2018-03-021-2/+3
* Filesystem: Added a SaveData Factory and associated Disk_FileSystem.Subv2018-03-021-0/+41