Services/FS: Return the correct error code when trying to mount a nonexistent savedata.
This commit is contained in:
parent
09b8a16414
commit
5f57a70a7d
2 changed files with 12 additions and 2 deletions
|
@ -11,6 +11,7 @@ namespace FileSys {
|
|||
namespace ErrCodes {
|
||||
enum {
|
||||
NotFound = 1,
|
||||
SaveDataNotFound = 1002,
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue