[mGBA] Add in missing save types

This commit is contained in:
CasualPokePlayer 2022-07-21 15:38:59 -07:00 committed by GitHub
parent 0f6e6a5a03
commit d8fc32f1a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -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]