summaryrefslogtreecommitdiff
path: root/src/core/hle/kernel/archive.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added FS functions to Archive and Archive_RomFSGravatar archshift2014-08-221-3/+31
* Core: Alter the kernel string functions to use std::string instead of const c...Gravatar Lioncash2014-08-171-3/+3
* Archive: Added Init/Shutdown methods to reset kernel archive state.Gravatar bunnei2014-07-041-0/+10
* FileSys: Added preliminary support for applications reading the RomFS archive.Gravatar bunnei2014-07-041-6/+92
* Kernel: Added stubbed code to support creation of kernel Archive objects.Gravatar bunnei2014-06-271-0/+61