summaryrefslogtreecommitdiff
path: root/src/core/hle/kernel/archive.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* FileSys: split the constructor into an Open method, in order to notify the op...Gravatar Emmanuel Gil Peyrot2014-10-061-0/+3
* FileSys/Kernel: Implement SetSize service call for File objects.Gravatar Emmanuel Gil Peyrot2014-10-061-0/+8
* Use the citra user path for the sdmc directoryGravatar archshift2014-09-211-2/+1
* Kernel: Implement the Close command for Archive, File and Directory.Gravatar Emmanuel Gil Peyrot2014-09-171-0/+36
* Kernel: Add a Directory object and a getter for it from an Archive object.Gravatar Emmanuel Gil Peyrot2014-09-171-0/+82
* Kernel: Add a File object and a getter for it from an Archive object.Gravatar Emmanuel Gil Peyrot2014-09-171-0/+109
* core: Prune redundant includesGravatar archshift2014-09-081-1/+0
* 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