summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/filesystem/fsp_srv.h (unfollow)
Commit message (Expand)AuthorFilesLines
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