summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/filesystem (follow)
Commit message (Collapse)AuthorAgeFilesLines
* oopsN00byKing2018-03-191-3/+3
|
* Clean Warnings (?)N00byKing2018-03-191-3/+3
|
* FS: Stubbed CreateSaveData. It currently does nothing.Subv2018-03-042-0/+15
|
* FS: Make EnsureSaveData create the savedata folder when called for the first time.Subv2018-03-042-0/+20
|
* FS: Implement MountSaveData and some of the IFile interface.Subv2018-03-022-0/+189
|
* Filesystem: Added a SaveData Factory and associated Disk_FileSystem.Subv2018-03-022-2/+10
|
* service: Remove remaining uses of BufferDescriptor*.bunnei2018-02-141-3/+1
|
* fsp_srv: Stub MountSdCard.bunnei2018-02-102-0/+9
|
* 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-213-48/+72
|
* filesystem: Implement basic IStorage functionality.David Marcec2018-01-214-0/+252