summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/fs.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-10-29Renamed souce files of services to match port namesGareth Poole1-302/+0
2014-10-25Don’t fail on empty filename in OpenFileDirectly, return the archive handle insteadEmmanuel Gil Peyrot1-8/+7
2014-09-17FS: Implement OpenArchive, OpenDirectory, OpenFile and OpenFileDirectly calls.Emmanuel Gil Peyrot1-20/+177
2014-09-09core: Prune redundant includesarchshift1-2/+0
2014-07-05FileSys: Added preliminary support for applications reading the RomFS archive.bunnei1-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.
2014-06-27FS: Added stubbed code to intercept and decode file system service functions.bunnei1-0/+121
FS: Added to CMakeLists.txt