mirror of https://github.com/mgba-emu/mgba.git
Add Super Mario Bros. Advance 4 to the override list
This commit is contained in:
parent
187687403c
commit
ee44e2ac89
|
@ -23,6 +23,7 @@ enum {
|
|||
};
|
||||
|
||||
static const struct SavedataOverride _savedataOverrides[] = {
|
||||
{ 'E4XA', SAVEDATA_FLASH1M },
|
||||
{ 'EEPB', SAVEDATA_FLASH1M },
|
||||
{ 0, 0 }
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue