aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/file_sys/file_sdmc.h
Commit message (Collapse)AuthorAge
* FileSys: Updated backend code to use FileSys::Path instead of string for paths.Gravatar bunnei2014-11-17
|
* 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 passthrough backend for the filesystem, exposed as SDMC.Gravatar Emmanuel Gil Peyrot2014-09-17