summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/archive.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Updated archive.cpp functions for proper error handlingarchshift2014-12-041-7/+7
* Implemented RenameDirectory in FS:USERarchshift2014-11-251-0/+11
* Implemented RenameFile in FS:USERarchshift2014-11-251-0/+11
* HLE: Revamp error handling throrough the HLE codeYuri Kunde Schlesner2014-11-241-12/+11
* Added DeleteFile and DeleteDirectory functions to FS:USER and the archives.archshift2014-11-231-0/+16
* FileSys: Updated backend code to use FileSys::Path instead of string for paths.bunnei2014-11-181-3/+3
* 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