aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/hle/service/fs.cpp
Commit message (Collapse)AuthorAge
* FileSys: Added preliminary support for applications reading the RomFS archive.Gravatar bunnei2014-07-04
| | | | | | | | | | Archive: Fixed brace ugliness for neobrain :) FS: Commented out unused local variables to prevent warnings. ...But keeping them here for future use. archive_romfs: Removed unused #include.
* FS: Added stubbed code to intercept and decode file system service functions.Gravatar bunnei2014-06-27
FS: Added to CMakeLists.txt