[mGBA] Add in missing save types
This commit is contained in:
parent
0f6e6a5a03
commit
d8fc32f1a8
|
@ -44,7 +44,9 @@ namespace BizHawk.Emulation.Cores.Nintendo.GBA
|
|||
Sram = 1,
|
||||
Flash512 = 2,
|
||||
Flash1m = 3,
|
||||
Eeprom = 4
|
||||
Eeprom = 4,
|
||||
Eeprom512 = 5,
|
||||
Sram512 = 6,
|
||||
}
|
||||
|
||||
[Flags]
|
||||
|
|
Loading…
Reference in New Issue