summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/file_romfs.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Archives: Reduced duplicate code in RomFS and SaveCheck.Subv2015-01-031-43/+0
| | | | Fixed a few warnings and cleaned up the code
* FileSys: Clean up according to the coding style, and remove redundant namespaced names.Emmanuel Gil Peyrot2014-12-241-32/+0
|
* License changepurpasmart962014-12-211-1/+1
|
* FS.Archive: Clean up treatment of archives and their handlesYuri Kunde Schlesner2014-12-161-10/+9
| | | | | | | - Refactor FS::Archive internals to make Archive creation and lifetime management clearer. - Remove the "Archive as a File" hack. - Implement 64-bit Archive handles.
* FileSys: split the constructor into an Open method, in order to notify the opener something went wrong.Emmanuel Gil Peyrot2014-10-061-0/+8
| | | | Kernel: Return an invalid handle to OpenFile when it failed to open.
* 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