summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/savedata_factory.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* fs: Add and use fs_save_data_types.hFearlessTobi2024-02-191-67/+1
* vfs: Move vfs files to their own directoryFearlessTobi2024-01-251-1/+1
* fsp-srv: use program registry for SetCurrentProcessLiam2024-01-111-3/+7
* android: Re-add global save managert8952024-01-041-0/+1
* fs: don't enumerate hidden savedata size fileLiam2023-12-091-0/+4
* core: remove ResultVal typeLiam2023-08-081-2/+2
* savedata_factory: Detect future save data pathsMorph2022-10-171-2/+2
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* core: Remove unused includesameerj2021-11-041-1/+0
* fspsrv: Implement DisableAutoSaveDataCreation (#6355)Chloe2021-06-031-0/+3
* core: Silence Wclass-memaccess warningsReinUsesLisp2021-01-151-2/+2
* savedata_factory: Eliminate usage of the global system instanceLioncash2020-11-271-3/+8
* fs: Rename SaveDataDescriptor to SaveDataAttributeMorph2020-07-301-12/+35
* filesystem: Add const qualification to various accessorsZach Hilman2019-09-211-3/+4
* savedata_factory: Implement savedata creation and don't create dir on openZach Hilman2019-09-211-0/+1
* service/fsp_srv: Don't pass SaveDataDescriptor instances by value.Lioncash2019-04-051-1/+1
* service/fsp_srv: Update SaveDataInfo and SaveDataDescriptor structsLioncash2019-04-051-1/+8
* savedata_factory: Partially implement IVFC save sizes using filesZach Hilman2018-12-271-0/+8
* file_sys/save_data_factory: Update SaveDataSpaceId enumLioncash2018-12-081-1/+3
* ns: Implement command 400: GetApplicationControlDataZach Hilman2018-10-291-1/+1
* savedata_factory: Expose accessors for SaveDataSpaceZach Hilman2018-10-291-0/+3
* file-sys: Default heavy-weight class destructors in the cpp fileLioncash2018-09-201-0/+1
* 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-3/+3
* file_sys: Add missing include in savedata_factoryZach Hilman2018-08-091-0/+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-6/+3
* General Filesystem and Save Data Fixes (#670)Zach Hilman2018-07-171-9/+37
* Revert "Virtual Filesystem (#597)"bunnei2018-07-081-0/+33
* Virtual Filesystem (#597)Zach Hilman2018-07-061-33/+0
* FS: Make EnsureSaveData create the savedata folder when called for the first time.Subv2018-03-041-1/+3
* Filesystem: Added a SaveData Factory and associated Disk_FileSystem.Subv2018-03-021-0/+31