summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/filesystem/fsp_srv.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #255 from Subv/sd_cardbunnei2018-03-241-2/+100
|\
| * FS: Implemented IFileSystem::CreateDirectory.Subv2018-03-211-0/+15
| * FS: Implemented IFileSystem's OpenDirectory function.Subv2018-03-201-0/+28
| * FS: Added the IDirectory IPC interface and implemented its two functions.Subv2018-03-201-0/+51
| * FS: Implement MountSdCard.Subv2018-03-201-2/+6
* | 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