summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/filesystem (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fsp_srv: Implement DeleteFile.bunnei2018-04-151-1/+15
| | | | - Used by Binding of Isaac.
* fsp_srv: Implement IFile::Flush.bunnei2018-04-151-1/+9
|
* Various fixes and clangHexagon122018-04-111-12/+5
|
* Updated fsp-srv with more service names.Hexagon122018-04-101-4/+102
|
* Fix spelling of InitializeJames Rowe2018-04-072-3/+3
|
* hle_ipc, fsp_srv: Cleanup logging.bunnei2018-04-011-2/+2
|
* fsp_srv: Implement GetSize and SetSize.bunnei2018-03-311-2/+21
|
* Merge pull request #255 from Subv/sd_cardbunnei2018-03-243-2/+106
|\ | | | | FS: Implemented access to the SD card
| * FS: Implemented IFileSystem::CreateDirectory.Subv2018-03-211-0/+15
| |
| * FS: Implemented IFileSystem's OpenDirectory function.Subv2018-03-201-0/+28
| | | | | | | | Note that the filter parameter is not yet implemented.
| * FS: Added the IDirectory IPC interface and implemented its two functions.Subv2018-03-201-0/+51
| |
| * FS: Implement MountSdCard.Subv2018-03-201-2/+6
| |
| * FS: Added an SDMC archive factory and registered it to the SDMC archive on startup.Subv2018-03-202-0/+6
| |
* | 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