summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/file_romfs.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2015-01-03Archives: Reduced duplicate code in RomFS and SaveCheck.Subv1-43/+0
2014-12-24FileSys: Clean up according to the coding style, and remove redundant namespaced names.Emmanuel Gil Peyrot1-32/+0
2014-12-21License changepurpasmart961-1/+1
2014-12-16FS.Archive: Clean up treatment of archives and their handlesYuri Kunde Schlesner1-10/+9
2014-10-06FileSys: split the constructor into an Open method, in order to notify the opener something went wrong.Emmanuel Gil Peyrot1-0/+8
2014-10-06FileSys/Kernel: Implement SetSize service call for File objects.Emmanuel Gil Peyrot1-0/+9
2014-10-06FileSys: Add forgotten docstrings.Emmanuel Gil Peyrot1-1/+1
2014-09-17Core: Add a new File class, obtainable from an Archive, and a stub implementation.Emmanuel Gil Peyrot1-0/+59