summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/fs.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Core: Alter the kernel string functions to use std::string instead of const char*.Lioncash2014-08-181-1/+1
| | | | Most functions already operate on std::strings. This also removes the need to manually null terminate thread names.
* FS: Fix port name (old port name was based on an unaligned memory read).bunnei2014-08-061-1/+1
|
* FS: Added stubbed code to intercept and decode file system service functions.bunnei2014-06-271-0/+31
FS: Added to CMakeLists.txt