summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/file_romfs.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Archives: Reduced duplicate code in RomFS and SaveCheck.Subv2015-01-031-73/+0
* License changepurpasmart962014-12-211-1/+1
* Filesystem/Archives: Implemented the SaveData archiveSubv2014-12-181-0/+2
* FS.Archive: Clean up treatment of archives and their handlesYuri Kunde Schlesner2014-12-161-2/+6
* Service.FS: Rename FileSys::File to FileBackendYuri Kunde Schlesner2014-12-161-2/+2
* FileSys: split the constructor into an Open method, in order to notify the opener something went wrong.Emmanuel Gil Peyrot2014-10-061-0/+6
* FileSys/Kernel: Implement SetSize service call for File objects.Emmanuel Gil Peyrot2014-10-061-0/+7
* FileSys: Add forgotten docstrings.Emmanuel Gil Peyrot2014-10-061-1/+1
* Core: Add a new File class, obtainable from an Archive, and a stub implementation.Emmanuel Gil Peyrot2014-09-171-0/+54