summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/fs.cpp (follow)
Commit message (Expand)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
* FS: Added stubbed code to intercept and decode file system service functions.bunnei2014-06-271-0/+121