summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/errors.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* file_sys/errors: Remove redundant object constructor callsLioncash2018-07-211-8/+8
| | | | | Given we're already constructing the error code, we don't need to call the constructor inside of it.
* Virtual Filesystem 2: Electric Boogaloo (#676)Zach Hilman2018-07-191-1/+1
| | | | | | | | | | * Virtual Filesystem * Fix delete bug and documentate * Review fixes + other stuff * Fix puyo regression
* General Filesystem and Save Data Fixes (#670)Zach Hilman2018-07-171-0/+2
|
* Services/FS: Return the correct error code when trying to mount a nonexistent savedata.Subv2018-06-191-0/+1
|
* FS: Use the correct error code when trying to open files that don't exist.Subv2018-03-041-22/+3
|
* hle: Use Switch formatted result codes.bunnei2017-11-011-56/+10
|
* FileSys: Move all result description to errors.hYuri Kunde Schlesner2017-05-251-43/+84
|
* file_sys: add Self NCCH archivewwylele2017-02-131-0/+10
|
* FileSys: Implement OtherSaveDatawwylele2016-11-291-0/+3
|
* FileSys: add SDMCWriteOnlyArchivewwylele2016-11-191-0/+2
|
* FileSys: add SDMCArchivewwylele2016-11-191-0/+9
| | | | Now DiskArchive only serves for SDMC, then it should be just a "SDMCArchive"
* FileSys: add SaveDataArchivewwylele2016-11-191-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.