mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-23 21:37:55 -05:00
General Filesystem and Save Data Fixes (#670)
This commit is contained in:
@ -12,6 +12,8 @@ namespace ErrCodes {
|
||||
enum {
|
||||
NotFound = 1,
|
||||
SaveDataNotFound = 1002,
|
||||
SdCardNotFound = 2001,
|
||||
RomFSNotFound = 2520,
|
||||
};
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user