summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/archive.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Archive: Added Init/Shutdown methods to reset kernel archive state.bunnei2014-07-051-0/+6
|
* FileSys: Added preliminary support for applications reading the RomFS archive.bunnei2014-07-051-4/+13
| | | | | | | | | | 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.
* Kernel: Added stubbed code to support creation of kernel Archive objects.bunnei2014-06-271-0/+23