summaryrefslogtreecommitdiff
path: root/src/core/hle/service/fs.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Renamed souce files of services to match port namesGravatar Gareth Poole2014-10-291-302/+0
* Don’t fail on empty filename in OpenFileDirectly, return the archive handle...Gravatar Emmanuel Gil Peyrot2014-10-251-8/+7
* FS: Implement OpenArchive, OpenDirectory, OpenFile and OpenFileDirectly calls.Gravatar Emmanuel Gil Peyrot2014-09-171-20/+177
* core: Prune redundant includesGravatar archshift2014-09-081-2/+0
* FileSys: Added preliminary support for applications reading the RomFS archive.Gravatar bunnei2014-07-041-3/+30
* FS: Added stubbed code to intercept and decode file system service functions.Gravatar bunnei2014-06-271-0/+121