summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/archive.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2014-08-23Added FS functions to Archive and Archive_RomFSarchshift1-3/+31
2014-08-18Core: Alter the kernel string functions to use std::string instead of const char*.Lioncash1-3/+3
2014-07-05Archive: Added Init/Shutdown methods to reset kernel archive state.bunnei1-0/+10
2014-07-05FileSys: Added preliminary support for applications reading the RomFS archive.bunnei1-6/+92
2014-06-27Kernel: Added stubbed code to support creation of kernel Archive objects.bunnei1-0/+61