summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/file_sdmc.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Convert old logging calls to new logging macrosYuri Kunde Schlesner2014-12-131-1/+1
* Kernel/File: Fixed file read/write hwtestsSubv2014-12-081-3/+6
* FileSys: Updated backend code to use FileSys::Path instead of string for paths.bunnei2014-11-181-2/+2
* FileSys: split the constructor into an Open method, in order to notify the opener something went wrong.Emmanuel Gil Peyrot2014-10-061-14/+24
* FileSys/Kernel: Implement SetSize service call for File objects.Emmanuel Gil Peyrot2014-10-061-0/+11
* FileSys: Add forgotten docstrings.Emmanuel Gil Peyrot2014-10-061-0/+23
* Fix warnings in core and commonLioncash2014-09-281-1/+1
* Core: Add a passthrough backend for the filesystem, exposed as SDMC.Emmanuel Gil Peyrot2014-09-171-0/+63