aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/file_sys/file_romfs.cpp
Commit message (Collapse)AuthorAge
* Archives: Reduced duplicate code in RomFS and SaveCheck.Gravatar Subv2015-01-02
| | | | Fixed a few warnings and cleaned up the code
* FileSys: Clean up according to the coding style, and remove redundant ↵Gravatar Emmanuel Gil Peyrot2014-12-24
| | | | namespaced names.
* License changeGravatar purpasmart962014-12-20
|
* FS.Archive: Clean up treatment of archives and their handlesGravatar Yuri Kunde Schlesner2014-12-16
| | | | | | | - 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 ↵Gravatar Emmanuel Gil Peyrot2014-10-06
| | | | | | opener something went wrong. Kernel: Return an invalid handle to OpenFile when it failed to open.
* FileSys/Kernel: Implement SetSize service call for File objects.Gravatar Emmanuel Gil Peyrot2014-10-06
|
* FileSys: Add forgotten docstrings.Gravatar Emmanuel Gil Peyrot2014-10-06
|
* Core: Add a new File class, obtainable from an Archive, and a stub ↵Gravatar Emmanuel Gil Peyrot2014-09-17
implementation.