aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/file_sys/archive_romfs.cpp
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
* Common: Remove common.hGravatar Yuri Kunde Schlesner2015-05-07
* 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
* | Common: Add a clone of std::make_uniqueGravatar Yuri Kunde Schlesner2014-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
* Convert old logging calls to new logging macrosGravatar Yuri Kunde Schlesner2014-12-13
* Updated archive.cpp functions for proper error handlingGravatar archshift2014-12-03
* 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 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
* Fix some warningsGravatar Sean2014-10-29
* 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
* Loader: Updated read methods to be constGravatar bunnei2014-07-04
* FileSys: Added preliminary support for applications reading the RomFS archive.Gravatar bunnei2014-07-04