summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/file_romfs.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* FileSys: split the constructor into an Open method, in order to notify the opener something went wrong.Emmanuel Gil Peyrot2014-10-061-0/+8
* FileSys/Kernel: Implement SetSize service call for File objects.Emmanuel Gil Peyrot2014-10-061-0/+9
* 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/+59