summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/fs.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Renamed souce files of services to match port namesGareth Poole2014-10-291-31/+0
|
* Add `override` keyword through the code.Yuri Kunde Schlesner2014-10-261-1/+1
| | | | This was automated using `clang-modernize`.
* 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