summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/filesystem/fsp_srv.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* service: fsp: Implement CreateSaveDataFileSystemBySystemSaveDataId and OpenSaveDataFileSystemBySystemSaveDataIdgerman772023-09-241-0/+2
* fs: stub cache storage and fix params alignmentLiam2023-05-111-0/+1
* service: move hle_ipc from kernelLiam2023-03-011-20/+20
* fsp_srv: stub GetCacheStorageSizeLiam2022-10-081-0/+1
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* fsp_srv: Fix filesystem access loggingMorph2021-06-161-7/+5
* fspsrv: Implement DisableAutoSaveDataCreation (#6355)Chloe2021-06-031-0/+1
* fsp-srv: Update to 12.xMorph2021-04-071-1/+1
* fsp_srv: Implement OpenDataStorageWithProgramIndexMorph2020-12-081-0/+1
* service: Eliminate usages of the global system instanceLioncash2020-11-271-2/+1
* patch_manager: Remove usages of the global system instanceLioncash2020-11-181-2/+5
* fsp-srv: Stub Read/WriteSaveDataFileSystemExtraDataWithMaskBySaveDataAttributeMorph2020-07-301-2/+4
* service: fsp_srv: Stub implementation of OpenMultiCommitManager.bunnei2020-05-111-0/+1
* configure_debug: Move reporting option to loggingZach Hilman2019-09-221-1/+1
* yuzu: Port old usages of Filesystem namespace to FilesystemControllerZach Hilman2019-09-211-1/+3
* fsp-srv: Implement GetAccessLogVersionInfoZach Hilman2019-06-291-1/+3
* fsp-srv: Implement OutputAccessLogToSdCardZach Hilman2019-06-291-1/+23
* fsp_srv: Unstub SetCurrentProcessLioncash2019-03-181-0/+1
* service/fsp-srv: Update function tablesLioncash2019-01-301-5/+5
* fsp_srv: Implement command 61: OpenSaveDataInfoReaderBySaveDataSpaceIdZach Hilman2018-10-291-0/+1
* hle/service: Default constructors and destructors in the cpp file where applicableLioncash2018-09-111-1/+1
* filesystem: Implement OpenReadOnlySaveDataFilesystemZach Hilman2018-09-011-0/+1
* filesystem: Add OpenFileSystemWithPatchZach Hilman2018-09-011-0/+1
* filesystem: Add support for loading of system archivesZach Hilman2018-08-191-0/+1
* Virtual Filesystem 2: Electric Boogaloo (#676)Zach Hilman2018-07-191-1/+1
* General Filesystem and Save Data Fixes (#670)Zach Hilman2018-07-171-2/+0
* Revert "Virtual Filesystem (#597)"bunnei2018-07-081-1/+1
* Virtual Filesystem (#597)Zach Hilman2018-07-061-1/+1
* service: Use nested namespace specifiers where applicableLioncash2018-04-201-4/+2
* Fix spelling of InitializeJames Rowe2018-04-071-1/+1
* FS: Stubbed CreateSaveData. It currently does nothing.Subv2018-03-041-0/+1
* FS: Implement MountSaveData and some of the IFile interface.Subv2018-03-021-0/+1
* fsp_srv: Stub MountSdCard.bunnei2018-02-101-0/+1
* fsp_srv: Various improvements to IStorage:Read implementation.bunnei2018-01-211-2/+11
* filesystem: Implement basic IStorage functionality.David Marcec2018-01-211-0/+25