summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/archive.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added CreateDirectory function to service/fs.cpp, and in Archive.archshift2014-11-021-2/+10
* Kernel: Implement the Close command for Archive, File and Directory.Emmanuel Gil Peyrot2014-09-171-0/+7
* Kernel: Add a Directory object and a getter for it from an Archive object.Emmanuel Gil Peyrot2014-09-171-0/+8
* Kernel: Add a File object and a getter for it from an Archive object.Emmanuel Gil Peyrot2014-09-171-0/+9
* 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
* Kernel: Added stubbed code to support creation of kernel Archive objects.bunnei2014-06-271-0/+23