aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/fs.cpp
AgeCommit message (Collapse)Author
2014-10-29Renamed souce files of services to match port namesGareth Poole
2014-10-25Don’t fail on empty filename in OpenFileDirectly, return the archive ↵Emmanuel Gil Peyrot
handle instead
2014-09-17FS: Implement OpenArchive, OpenDirectory, OpenFile and OpenFileDirectly calls.Emmanuel Gil Peyrot
2014-09-08core: Prune redundant includesarchshift
2014-07-04FileSys: Added preliminary support for applications reading the RomFS archive.bunnei
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.bunnei
FS: Added to CMakeLists.txt