Commit Graph

15 Commits (238bc4a077e66409cd9a0d4884f0dd9b25a992a8)

Author SHA1 Message Date
Lioncash 5c9c33e8ad file_sys/errors: Remove currently unused filesystem error codes
Rather than keeping around unused values, we can just introduce them as
needed.
6 years ago
Lioncash edd5b6f12f file_sys/errors: Get rid of the ErrCodes namespace
There's no real point to keeping the separate enum around, especially
given the name of the error code itself is supposed to document what the
value actually represents.
6 years ago
Lioncash b725d1fdf7 file_sys/errors: Extract FS-related error codes to file_sys/errors.h
Keeps filesystem-related error codes in one spot.
6 years ago
Lioncash 459e158340 file_sys/errors: Remove redundant object constructor calls
Given we're already constructing the error code, we don't need to call
the constructor inside of it.
7 years ago
Zach Hilman 29aff8d5ab Virtual Filesystem 2: Electric Boogaloo (#676)
* Virtual Filesystem

* Fix delete bug and documentate

* Review fixes + other stuff

* Fix puyo regression
7 years ago
Zach Hilman 69bfe075b5 General Filesystem and Save Data Fixes (#670) 7 years ago
Subv 5f57a70a7d Services/FS: Return the correct error code when trying to mount a nonexistent savedata. 7 years ago
Subv 84e1c0a430 FS: Use the correct error code when trying to open files that don't exist. 7 years ago
bunnei 34571f4d2e hle: Use Switch formatted result codes. 8 years ago
Yuri Kunde Schlesner 92be29adba FileSys: Move all result description to errors.h 8 years ago
wwylele a0df747325 file_sys: add Self NCCH archive 8 years ago
wwylele 589b642790 FileSys: Implement OtherSaveData 8 years ago
wwylele 0987783699 FileSys: add SDMCWriteOnlyArchive 8 years ago
wwylele 93aa14e345 FileSys: add SDMCArchive
Now DiskArchive only serves for SDMC, then it should be just a "SDMCArchive"
8 years ago
wwylele 7166fdc490 FileSys: add SaveDataArchive
The error checking of SaveDataArchive is completely different from DiskArchive, so it has to be a new class instead of a subclass of DiskArchive.
8 years ago