summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/savedata_factory.h (unfollow)
Commit message (Expand)AuthorFilesLines
2024-02-19fs: Add and use fs_save_data_types.hFearlessTobi1-67/+1
2024-01-25vfs: Move vfs files to their own directoryFearlessTobi1-1/+1
2024-01-11fsp-srv: use program registry for SetCurrentProcessLiam1-3/+7
2024-01-04android: Re-add global save managert8951-0/+1
2023-12-09fs: don't enumerate hidden savedata size fileLiam1-0/+4
2023-08-08core: remove ResultVal typeLiam1-2/+2
2022-10-17savedata_factory: Detect future save data pathsMorph1-2/+2
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2021-11-04core: Remove unused includesameerj1-1/+0
2021-06-03fspsrv: Implement DisableAutoSaveDataCreation (#6355)Chloe1-0/+3
2021-01-15core: Silence Wclass-memaccess warningsReinUsesLisp1-2/+2
2020-11-27savedata_factory: Eliminate usage of the global system instanceLioncash1-3/+8
2020-07-30fs: Rename SaveDataDescriptor to SaveDataAttributeMorph1-12/+35
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-0/+1
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-1/+8
2018-12-27savedata_factory: Partially implement IVFC save sizes using filesZach Hilman1-0/+8
2018-12-08file_sys/save_data_factory: Update SaveDataSpaceId enumLioncash1-1/+3
2018-10-29ns: Implement command 400: GetApplicationControlDataZach Hilman1-1/+1
2018-10-29savedata_factory: Expose accessors for SaveDataSpaceZach Hilman1-0/+3
2018-09-20file-sys: Default heavy-weight class destructors in the cpp fileLioncash1-0/+1
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-3/+3
2018-08-09file_sys: Add missing include in savedata_factoryZach Hilman1-0/+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-6/+3
2018-07-17General Filesystem and Save Data Fixes (#670)Zach Hilman1-9/+37
2018-07-08Revert "Virtual Filesystem (#597)"bunnei1-0/+33
2018-07-06Virtual Filesystem (#597)Zach Hilman1-33/+0
2018-03-04FS: Make EnsureSaveData create the savedata folder when called for the first time.Subv1-1/+3
2018-03-02Filesystem: Added a SaveData Factory and associated Disk_FileSystem.Subv1-9/+5
2018-01-21file_sys: Cleanup to better match Switch file system constructs.bunnei1-0/+35