summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/fs.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Renamed souce files of services to match port namesGareth Poole2014-10-291-302/+0
|
* Don’t fail on empty filename in OpenFileDirectly, return the archive handle insteadEmmanuel Gil Peyrot2014-10-251-8/+7
|
* FS: Implement OpenArchive, OpenDirectory, OpenFile and OpenFileDirectly calls.Emmanuel Gil Peyrot2014-09-171-20/+177
|
* core: Prune redundant includesarchshift2014-09-091-2/+0
|
* FileSys: Added preliminary support for applications reading the RomFS archive.bunnei2014-07-051-3/+30
| | | | | | | | | | 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.bunnei2014-06-271-0/+121
FS: Added to CMakeLists.txt