summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/fs/archive.h (unfollow)
Commit message (Expand)AuthorFilesLines
2015-01-04Archives: Make SYSTEM_ID and SDCARD_ID stringsSubv1-2/+2
2015-01-04Archives: Changed the way paths are built for the archives.Subv1-0/+5
2015-01-03Archives: Reduced duplicate code in RomFS and SaveCheck.Subv1-1/+1
2015-01-03SaveDataCheck: Preliminary work in this archive.Subv1-0/+1
2014-12-30Archives: Implemented ExtSaveData and SharedExtSaveDataSubv1-1/+2
2014-12-21Added CreateFile to the FS_USER servicearchshift1-0/+9
2014-12-21License changepurpasmart961-1/+1
2014-12-18Filesystem/Archives: Implemented the SaveData archiveSubv1-0/+6
2014-12-16FS.Archive: Clean up treatment of archives and their handlesYuri Kunde Schlesner1-12/+14
2014-12-16Service.FS: Rename FileSys::Archive to ArchiveBackendYuri Kunde Schlesner1-2/+2
2014-12-16Service.FS: Do archive registration using IdCode instead of nameYuri Kunde Schlesner1-4/+15
2014-12-16HLE: Rename namespaces to match move & fix initialization orderYuri Kunde Schlesner1-5/+4
2014-12-16HLE: Move kernel/archive.* to service/fs/Yuri Kunde Schlesner1-0/+0
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