summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/file_sdmc.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2014-12-18Filesystem/Archives: Implemented the SaveData archiveSubv1-110/+0
2014-12-13Convert old logging calls to new logging macrosYuri Kunde Schlesner1-1/+1
2014-12-08Kernel/File: Fixed file read/write hwtestsSubv1-3/+6
2014-11-18FileSys: Updated backend code to use FileSys::Path instead of string for paths.bunnei1-2/+2
2014-10-06FileSys: split the constructor into an Open method, in order to notify the opener something went wrong.Emmanuel Gil Peyrot1-14/+24
2014-10-06FileSys/Kernel: Implement SetSize service call for File objects.Emmanuel Gil Peyrot1-0/+11
2014-10-06FileSys: Add forgotten docstrings.Emmanuel Gil Peyrot1-0/+23
2014-09-28Fix warnings in core and commonLioncash1-1/+1
2014-09-17Core: Add a passthrough backend for the filesystem, exposed as SDMC.Emmanuel Gil Peyrot1-0/+63