summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/archive_romfs.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added FS functions to Archive and Archive_RomFSarchshift2014-08-231-4/+23
|
* Loader: Updated read methods to be constbunnei2014-07-051-1/+1
| | | | - Required "file" handle to be made local and explicitly opened/closed as needed
* FileSys: Added preliminary support for applications reading the RomFS archive.bunnei2014-07-051-0/+46
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.