summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/filesystem/fsp_srv.h (unfollow)
Commit message (Expand)AuthorFilesLines
2020-07-30fsp-srv: Stub Read/WriteSaveDataFileSystemExtraDataWithMaskBySaveDataAttributeMorph1-2/+4
2020-05-11service: fsp_srv: Stub implementation of OpenMultiCommitManager.bunnei1-0/+1
2019-09-22configure_debug: Move reporting option to loggingZach Hilman1-1/+1
2019-09-21yuzu: Port old usages of Filesystem namespace to FilesystemControllerZach Hilman1-1/+3
2019-06-29fsp-srv: Implement GetAccessLogVersionInfoZach Hilman1-1/+3
2019-06-29fsp-srv: Implement OutputAccessLogToSdCardZach Hilman1-1/+23
2019-03-18fsp_srv: Unstub SetCurrentProcessLioncash1-0/+1
2019-01-30service/fsp-srv: Update function tablesLioncash1-5/+5
2018-10-29fsp_srv: Implement command 61: OpenSaveDataInfoReaderBySaveDataSpaceIdZach Hilman1-0/+1
2018-09-11hle/service: Default constructors and destructors in the cpp file where applicableLioncash1-1/+1
2018-09-01filesystem: Implement OpenReadOnlySaveDataFilesystemZach Hilman1-0/+1
2018-09-01filesystem: Add OpenFileSystemWithPatchZach Hilman1-0/+1
2018-08-19filesystem: Add support for loading of system archivesZach Hilman1-0/+1
2018-07-19Virtual Filesystem 2: Electric Boogaloo (#676)Zach Hilman1-1/+1
2018-07-17General Filesystem and Save Data Fixes (#670)Zach Hilman1-2/+0
2018-07-08Revert "Virtual Filesystem (#597)"bunnei1-1/+1
2018-07-06Virtual Filesystem (#597)Zach Hilman1-1/+1
2018-04-20service: Use nested namespace specifiers where applicableLioncash1-4/+2
2018-04-07Fix spelling of InitializeJames Rowe1-1/+1
2018-03-04FS: Stubbed CreateSaveData. It currently does nothing.Subv1-0/+1
2018-03-02FS: Implement MountSaveData and some of the IFile interface.Subv1-0/+1
2018-02-10fsp_srv: Stub MountSdCard.bunnei1-0/+1
2018-01-21fsp_srv: Various improvements to IStorage:Read implementation.bunnei1-2/+11
2018-01-21filesystem: Implement basic IStorage functionality.David Marcec1-0/+25