summaryrefslogtreecommitdiff
path: root/src/core/file_sys/file_sdmc.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Filesystem/Archives: Implemented the SaveData archiveGravatar Subv2014-12-171-75/+0
* Service.FS: Rename FileSys::File to FileBackendGravatar Yuri Kunde Schlesner2014-12-161-2/+2
* FileSys: Updated backend code to use FileSys::Path instead of string for paths.Gravatar bunnei2014-11-171-1/+1
* FileSys: split the constructor into an Open method, in order to notify the op...Gravatar Emmanuel Gil Peyrot2014-10-061-0/+8
* FileSys/Kernel: Implement SetSize service call for File objects.Gravatar Emmanuel Gil Peyrot2014-10-061-0/+7
* FileSys: Add forgotten docstrings.Gravatar Emmanuel Gil Peyrot2014-10-061-1/+1
* Core: Add a passthrough backend for the filesystem, exposed as SDMC.Gravatar Emmanuel Gil Peyrot2014-09-171-0/+60