mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 18:45:45 +00:00
General Filesystem and Save Data Fixes (#670)
This commit is contained in:
parent
5dde645197
commit
753d85fb0c
16 changed files with 260 additions and 216 deletions
|
@ -12,6 +12,8 @@ namespace ErrCodes {
|
|||
enum {
|
||||
NotFound = 1,
|
||||
SaveDataNotFound = 1002,
|
||||
SdCardNotFound = 2001,
|
||||
RomFSNotFound = 2520,
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue