General Filesystem and Save Data Fixes (#670)

This commit is contained in:
Zach Hilman
2018-07-17 15:42:15 -04:00
committed by bunnei
parent 88a3140c9b
commit 69bfe075b5
16 changed files with 260 additions and 216 deletions

View File

@ -12,6 +12,8 @@ namespace ErrCodes {
enum {
NotFound = 1,
SaveDataNotFound = 1002,
SdCardNotFound = 2001,
RomFSNotFound = 2520,
};
}