aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/filesystem/fsp_srv.cpp
AgeCommit message (Expand)Author
2018-05-02general: Make formatting of logged hex values more straightforwardLioncash
2018-04-24filesystem: Move logging macros over to new fmt-compatible onesLioncash
2018-04-24Service/FS: implement IFileSystem::RenameFilemailwl
2018-04-19service: Use nested namespace specifiers where applicableLioncash
2018-04-15fsp_srv: Implement DeleteFile.bunnei
2018-04-14fsp_srv: Implement IFile::Flush.bunnei
2018-04-11Various fixes and clangHexagon12
2018-04-10Updated fsp-srv with more service names.Hexagon12
2018-04-07Fix spelling of InitializeJames Rowe
2018-03-31hle_ipc, fsp_srv: Cleanup logging.bunnei
2018-03-31fsp_srv: Implement GetSize and SetSize.bunnei
2018-03-23Merge pull request #255 from Subv/sd_cardbunnei
2018-03-21FS: Implemented IFileSystem::CreateDirectory.Subv
2018-03-19FS: Implemented IFileSystem's OpenDirectory function.Subv
2018-03-19FS: Added the IDirectory IPC interface and implemented its two functions.Subv
2018-03-19FS: Implement MountSdCard.Subv
2018-03-19oopsN00byKing
2018-03-19Clean Warnings (?)N00byKing
2018-03-04FS: Stubbed CreateSaveData. It currently does nothing.Subv
2018-03-01FS: Implement MountSaveData and some of the IFile interface.Subv
2018-02-13service: Remove remaining uses of BufferDescriptor*.bunnei
2018-02-09fsp_srv: Stub MountSdCard.bunnei
2018-02-07Service: stub some functions in am, audio, time, vi servicesmailwl
2018-01-24hle: Rename RequestBuilder to ResponseBuilder.bunnei
2018-01-24service: Fix all incorrect IPC response headers.bunnei
2018-01-21fsp_srv: Various improvements to IStorage:Read implementation.bunnei
2018-01-21filesystem: Implement basic IStorage functionality.David Marcec