aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/file_sys/archive_romfs.h
Commit message (Expand)AuthorAge
* Loader: Remove unnecessary pointer indirection to IOFileGravatar Yuri Kunde Schlesner2015-07-13
* FS: Stream RomFS from file instead of loading all of it to memoryGravatar condut2015-07-13
* Core: Cleanup file_sys includes.Gravatar Emmanuel Gil Peyrot2015-06-28
* FS: Allow multiple instances of the same archive type to be open at onceGravatar Yuri Kunde Schlesner2015-02-10
* Archives: Reduced duplicate code in RomFS and SaveCheck.Gravatar Subv2015-01-02
* SaveDataCheck: Preliminary work in this archive.Gravatar Subv2015-01-02
* Archives: Implemented ExtSaveData and SharedExtSaveDataGravatar Subv2014-12-29
* FileSys: Clean up according to the coding style, and remove redundant namespa...Gravatar Emmanuel Gil Peyrot2014-12-24
* Merge pull request #291 from purpasmart96/licenseGravatar bunnei2014-12-21
|\
* | Added CreateFile to the FS_USER serviceGravatar archshift2014-12-21
| * License changeGravatar purpasmart962014-12-20
|/
* FS.Archive: Clean up treatment of archives and their handlesGravatar Yuri Kunde Schlesner2014-12-16
* Service.FS: Rename FileSys::File to FileBackendGravatar Yuri Kunde Schlesner2014-12-16
* Service.FS: Rename FileSys::Directory to DirectoryBackendGravatar Yuri Kunde Schlesner2014-12-16
* Service.FS: Rename FileSys::Archive to ArchiveBackendGravatar Yuri Kunde Schlesner2014-12-16
* Service.FS: Do archive registration using IdCode instead of nameGravatar Yuri Kunde Schlesner2014-12-16
* Implemented RenameDirectory in FS:USERGravatar archshift2014-11-24
* Implemented RenameFile in FS:USERGravatar archshift2014-11-24
* Merge pull request #191 from archshift/deletexyzGravatar bunnei2014-11-23
|\
| * Added DeleteFile and DeleteDirectory functions to FS:USER and the archives.Gravatar archshift2014-11-23
* | Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ...Gravatar Emmanuel Gil Peyrot2014-11-19
* | Remove extraneous semicolonsGravatar Lioncash2014-11-18
|/
* FileSys: Updated backend code to use FileSys::Path instead of string for paths.Gravatar bunnei2014-11-17
* Added CreateDirectory function to service/fs.cpp, and in Archive.Gravatar archshift2014-11-02
* Core: Add a method to obtain a Directory from an Archive.Gravatar Emmanuel Gil Peyrot2014-09-17
* Core: Add a new File class, obtainable from an Archive, and a stub implementa...Gravatar Emmanuel Gil Peyrot2014-09-17
* Added FS functions to Archive and Archive_RomFSGravatar archshift2014-08-22
* Marked AppLoader_ELF, AppLoader_NCCH, and Archive_RomFS virtual functions as ...Gravatar bunnei2014-07-04
* Marked AppLoader_ELF, AppLoader_NCCH, and Archive_RomFS classes as "final"Gravatar bunnei2014-07-04
* Loader: Updated read methods to be constGravatar bunnei2014-07-04
* FileSys: Added preliminary support for applications reading the RomFS archive.Gravatar bunnei2014-07-04