summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/archive_romfs.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* file_sys: Make a few single-argument constructors explicitLioncash2016-12-071-1/+1
* Remove empty newlines in #include blocks.Emmanuel Gil Peyrot2016-09-211-2/+0
* Sources: Run clang-format on everything.Emmanuel Gil Peyrot2016-09-181-1/+3
* HLE/FS: Implemented GetFormatInfoSubv2016-03-201-1/+2
* Loader: Remove unnecessary pointer indirection to IOFileYuri Kunde Schlesner2015-07-141-1/+1
* FS: Stream RomFS from file instead of loading all of it to memorycondut2015-07-141-1/+3
* Core: Cleanup file_sys includes.Emmanuel Gil Peyrot2015-06-281-1/+3
* FS: Allow multiple instances of the same archive type to be open at onceYuri Kunde Schlesner2015-02-101-3/+8
* Archives: Reduced duplicate code in RomFS and SaveCheck.Subv2015-01-031-72/+3
* SaveDataCheck: Preliminary work in this archive.Subv2015-01-031-4/+3
* Archives: Implemented ExtSaveData and SharedExtSaveDataSubv2014-12-301-0/+6
* FileSys: Clean up according to the coding style, and remove redundant namespaced names.Emmanuel Gil Peyrot2014-12-241-4/+4
* Merge pull request #291 from purpasmart96/licensebunnei2014-12-211-1/+1
|\
| * License changepurpasmart962014-12-211-1/+1
* | Added CreateFile to the FS_USER servicearchshift2014-12-211-0/+8
|/
* FS.Archive: Clean up treatment of archives and their handlesYuri Kunde Schlesner2014-12-161-31/+2
* Service.FS: Rename FileSys::File to FileBackendYuri Kunde Schlesner2014-12-161-1/+1
* Service.FS: Rename FileSys::Directory to DirectoryBackendYuri Kunde Schlesner2014-12-161-1/+1
* Service.FS: Rename FileSys::Archive to ArchiveBackendYuri Kunde Schlesner2014-12-161-2/+2
* Service.FS: Do archive registration using IdCode instead of nameYuri Kunde Schlesner2014-12-161-5/+1
* Implemented RenameDirectory in FS:USERarchshift2014-11-251-0/+8
* Implemented RenameFile in FS:USERarchshift2014-11-251-0/+8
* Merge pull request #191 from archshift/deletexyzbunnei2014-11-241-0/+14
|\
| * Added DeleteFile and DeleteDirectory functions to FS:USER and the archives.archshift2014-11-231-0/+14
* | Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generatedEmmanuel Gil Peyrot2014-11-191-1/+1
* | Remove extraneous semicolonsLioncash2014-11-181-1/+1
|/
* 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-0/+7
* Core: Add a method to obtain a Directory from an Archive.Emmanuel Gil Peyrot2014-09-171-0/+7
* Core: Add a new File class, obtainable from an Archive, and a stub implementation.Emmanuel Gil Peyrot2014-09-171-0/+8
* Added FS functions to Archive and Archive_RomFSarchshift2014-08-231-2/+17
* Marked AppLoader_ELF, AppLoader_NCCH, and Archive_RomFS virtual functions as "override".bunnei2014-07-051-4/+4
* Marked AppLoader_ELF, AppLoader_NCCH, and Archive_RomFS classes as "final"bunnei2014-07-051-1/+1
* Loader: Updated read methods to be constbunnei2014-07-051-1/+1
* FileSys: Added preliminary support for applications reading the RomFS archive.bunnei2014-07-051-0/+50