Add Super Mario Bros. Advance 4 to the override list

This commit is contained in:
Jeffrey Pfau 2013-10-13 15:06:32 -07:00
parent 187687403c
commit ee44e2ac89
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ enum {
};
static const struct SavedataOverride _savedataOverrides[] = {
{ 'E4XA', SAVEDATA_FLASH1M },
{ 'EEPB', SAVEDATA_FLASH1M },
{ 0, 0 }
};