aboutsummaryrefslogtreecommitdiff
path: root/src/core/file_sys/savedata_factory.cpp
AgeCommit message (Expand)Author
2024-02-19fs: Add and use fs_save_data_types.hFearlessTobi
2024-01-25vfs: Move vfs files to their own directoryFearlessTobi
2024-01-11fsp-srv: use program registry for SetCurrentProcessLiam
2024-01-04android: Re-add global save managert895
2023-12-09fs: don't enumerate hidden savedata size fileLiam
2023-08-08core: remove ResultVal typeLiam
2023-05-11fs: adjust future save pathLiam
2023-02-13general: rename CurrentProcess to ApplicationProcessLiam
2022-10-16savedata_factory: Detect future save data pathsMorph
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2021-11-04general: Get the current process program id directly from the systemMorph
2021-11-04general: Rename GetTitleID to GetProgramIDMorph
2021-11-02general: Remove MakeResult helpersMorph
2021-06-02fspsrv: Implement DisableAutoSaveDataCreation (#6355)Chloe
2021-06-02general: Replace RESULT_UNKNOWN with ResultUnknownMorph
2021-05-05hle: kernel: Rename Process to KProcess.bunnei
2021-05-02file_sys: Resolve cases of variable shadowingLioncash
2020-11-27savedata_factory: Eliminate usage of the global system instanceLioncash
2020-07-30fs: Rename SaveDataDescriptor to SaveDataAttributeMorph
2020-05-11file_sys: savefata_factory: Update to support DeviceSaveData.bunnei
2019-11-12file_sys: Resolve sign conversion warningsLioncash
2019-10-22savedata_factory: Automatically create certain savedataZach Hilman
2019-10-06core: Remove Core::CurrentProcess()Lioncash
2019-09-21filesystem: Add const qualification to various accessorsZach Hilman
2019-09-21savedata_factory: Implement savedata creation and don't create dir on openZach Hilman
2019-04-05service/fsp_srv: Don't pass SaveDataDescriptor instances by value.Lioncash
2019-04-05service/fsp_srv: Update SaveDataInfo and SaveDataDescriptor structsLioncash
2018-12-27am: Implement GetSaveDataSize and ExtendSaveDataZach Hilman
2018-12-27savedata_factory: Partially implement IVFC save sizes using filesZach Hilman
2018-12-19Fixed uninitialized memory due to missing returns in canaryDavid Marcec
2018-12-07savedata_factory: Add support for CacheStorageZach Hilman
2018-12-06savedata_factory: Delete TemporaryStorage on startupZach Hilman
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