summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/file_sdmc.h (unfollow)
Commit message (Expand)AuthorFilesLines
2014-12-18Filesystem/Archives: Implemented the SaveData archiveSubv1-75/+0
2014-12-16Service.FS: Rename FileSys::File to FileBackendYuri Kunde Schlesner1-2/+2
2014-11-18FileSys: Updated backend code to use FileSys::Path instead of string for paths.bunnei1-1/+1
2014-10-06FileSys: split the constructor into an Open method, in order to notify the opener something went wrong.Emmanuel Gil Peyrot1-0/+8
2014-10-06FileSys/Kernel: Implement SetSize service call for File objects.Emmanuel Gil Peyrot1-0/+7
2014-10-06FileSys: Add forgotten docstrings.Emmanuel Gil Peyrot1-1/+1
2014-09-17Core: Add a passthrough backend for the filesystem, exposed as SDMC.Emmanuel Gil Peyrot1-3/+9
2014-09-17Core: Add a new File class, obtainable from an Archive, and a stub implementation.Emmanuel Gil Peyrot1-0/+54