aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/hle/service/fs.h
Commit message (Collapse)AuthorAge
* Core: Alter the kernel string functions to use std::string instead of const ↵Gravatar Lioncash2014-08-17
| | | | | | char*. 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).Gravatar bunnei2014-08-05
|
* FS: Added stubbed code to intercept and decode file system service functions.Gravatar bunnei2014-06-27
FS: Added to CMakeLists.txt