From d8fc32f1a820ee5a044ad9422c0fbf967101642b Mon Sep 17 00:00:00 2001 From: CasualPokePlayer <50538166+CasualPokePlayer@users.noreply.github.com> Date: Thu, 21 Jul 2022 15:38:59 -0700 Subject: [PATCH] [mGBA] Add in missing save types --- src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBA/LibmGBA.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBA/LibmGBA.cs b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBA/LibmGBA.cs index 90ce29eec6..46bd5f91ba 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBA/LibmGBA.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Nintendo/GBA/LibmGBA.cs @@ -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]