mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 05:15:47 +00:00
Services/FS: Return the correct error code when trying to mount a nonexistent savedata.
This commit is contained in:
parent
2a3a778854
commit
62a67fbd0a
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