summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/filesystem/fsp_srv.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* oopsN00byKing2018-03-191-3/+3
* Clean Warnings (?)N00byKing2018-03-191-3/+3
* FS: Stubbed CreateSaveData. It currently does nothing.Subv2018-03-041-0/+14
* FS: Implement MountSaveData and some of the IFile interface.Subv2018-03-021-0/+188
* service: Remove remaining uses of BufferDescriptor*.bunnei2018-02-141-3/+1
* fsp_srv: Stub MountSdCard.bunnei2018-02-101-0/+8
* Service: stub some functions in am, audio, time, vi servicesmailwl2018-02-071-0/+1
* hle: Rename RequestBuilder to ResponseBuilder.bunnei2018-01-251-9/+9
* service: Fix all incorrect IPC response headers.bunnei2018-01-251-2/+2
* fsp_srv: Various improvements to IStorage:Read implementation.bunnei2018-01-211-43/+49
* filesystem: Implement basic IStorage functionality.David Marcec2018-01-211-0/+132