summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/archive.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Core: Alter the kernel string functions to use std::string instead of const char*.Lioncash2014-08-181-3/+3
| | | | Most functions already operate on std::strings. This also removes the need to manually null terminate thread names.
* Archive: Added Init/Shutdown methods to reset kernel archive state.bunnei2014-07-051-0/+10
|
* FileSys: Added preliminary support for applications reading the RomFS archive.bunnei2014-07-051-6/+92
| | | | | | | | | | 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/+61