diff --git a/BizHawk.Emulation.Cores/Consoles/Sega/gpgx/GPGX.cs b/BizHawk.Emulation.Cores/Consoles/Sega/gpgx/GPGX.cs index 2995205750..2f939dd81d 100644 --- a/BizHawk.Emulation.Cores/Consoles/Sega/gpgx/GPGX.cs +++ b/BizHawk.Emulation.Cores/Consoles/Sega/gpgx/GPGX.cs @@ -108,6 +108,9 @@ namespace BizHawk.Emulation.Cores.Consoles.Sega.gpgx savebuff2 = new byte[savebuff.Length + 13]; SetControllerDefinition(); + + // pull the default video size from the core + update_video(); } catch {