summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/savedata_factory.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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