summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/archive.h (unfollow)
Commit message (Expand)AuthorFilesLines
2014-12-04Updated archive.cpp functions for proper error handlingarchshift1-7/+7
2014-11-25Implemented RenameDirectory in FS:USERarchshift1-0/+11
2014-11-25Implemented RenameFile in FS:USERarchshift1-0/+11
2014-11-24HLE: Revamp error handling throrough the HLE codeYuri Kunde Schlesner1-12/+11
2014-11-23Added DeleteFile and DeleteDirectory functions to FS:USER and the archives.archshift1-0/+16
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