summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/errors.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-02-13file_sys: add Self NCCH archivewwylele1-0/+10
2016-11-29FileSys: Implement OtherSaveDatawwylele1-0/+3
2016-11-19FileSys: add SDMCWriteOnlyArchivewwylele1-0/+2
2016-11-19FileSys: add SDMCArchivewwylele1-0/+9
Now DiskArchive only serves for SDMC, then it should be just a "SDMCArchive"
2016-11-19FileSys: add SaveDataArchivewwylele1-0/+29
The error checking of SaveDataArchive is completely different from DiskArchive, so it has to be a new class instead of a subclass of DiskArchive.