summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/savedata_factory.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2024-01-11fsp-srv: use program registry for SetCurrentProcessLiam1-8/+9
2024-01-04android: Re-add global save managert8951-0/+9
2023-12-09fs: don't enumerate hidden savedata size fileLiam1-4/+2
2023-08-08core: remove ResultVal typeLiam1-19/+3
2023-05-11fs: adjust future save pathLiam1-2/+2
2023-02-14general: rename CurrentProcess to ApplicationProcessLiam1-1/+1
2022-10-17savedata_factory: Detect future save data pathsMorph1-7/+51
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2021-11-04general: Get the current process program id directly from the systemMorph1-2/+1
2021-11-04general: Rename GetTitleID to GetProgramIDMorph1-1/+1
2021-11-02general: Remove MakeResult helpersMorph1-2/+2
2021-06-03fspsrv: Implement DisableAutoSaveDataCreation (#6355)Chloe1-1/+5
2021-06-02general: Replace RESULT_UNKNOWN with ResultUnknownMorph1-2/+2
2021-05-06hle: kernel: Rename Process to KProcess.bunnei1-1/+1
2021-05-02file_sys: Resolve cases of variable shadowingLioncash1-7/+11
2020-11-27savedata_factory: Eliminate usage of the global system instanceLioncash1-8/+10
2020-07-30fs: Rename SaveDataDescriptor to SaveDataAttributeMorph1-17/+16
2020-05-11file_sys: savefata_factory: Update to support DeviceSaveData.bunnei1-3/+6
2019-11-12file_sys: Resolve sign conversion warningsLioncash1-2/+2
2019-10-22savedata_factory: Automatically create certain savedataZach Hilman1-0/+12
2019-10-06core: Remove Core::CurrentProcess()Lioncash1-2/+3
2019-09-21filesystem: Add const qualification to various accessorsZach Hilman1-3/+4
2019-09-21savedata_factory: Implement savedata creation and don't create dir on openZach Hilman1-26/+39
2019-04-05service/fsp_srv: Don't pass SaveDataDescriptor instances by value.Lioncash1-1/+1
2019-04-05service/fsp_srv: Update SaveDataInfo and SaveDataDescriptor structsLioncash1-2/+4
2018-12-27am: Implement GetSaveDataSize and ExtendSaveDataZach Hilman1-1/+1
2018-12-27savedata_factory: Partially implement IVFC save sizes using filesZach Hilman1-0/+30
2018-12-19Fixed uninitialized memory due to missing returns in canaryDavid Marcec1-0/+1
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