summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/archive.h (unfollow)
Commit message (Expand)AuthorFilesLines
2014-11-18FileSys: Updated backend code to use FileSys::Path instead of string for paths.bunnei1-3/+3
2014-11-02Added CreateDirectory function to service/fs.cpp, and in Archive.archshift1-2/+10
2014-09-17Kernel: Implement the Close command for Archive, File and Directory.Emmanuel Gil Peyrot1-0/+7
2014-09-17Kernel: Add a Directory object and a getter for it from an Archive object.Emmanuel Gil Peyrot1-0/+8
2014-09-17Kernel: Add a File object and a getter for it from an Archive object.Emmanuel Gil Peyrot1-0/+9
2014-07-05Archive: Added Init/Shutdown methods to reset kernel archive state.bunnei1-0/+6
2014-07-05FileSys: Added preliminary support for applications reading the RomFS archive.bunnei1-4/+13
2014-06-27Kernel: Added stubbed code to support creation of kernel Archive objects.bunnei1-0/+23