From a2d066ec21e5fb8ea89ff9b7bb3cc9c83fe5c5dc Mon Sep 17 00:00:00 2001 From: goyuken Date: Wed, 18 Dec 2013 02:16:17 +0000 Subject: [PATCH] gpgx: frame -1 video size is now correct --- BizHawk.Emulation.Cores/Consoles/Sega/gpgx/GPGX.cs | 3 +++ 1 file changed, 3 insertions(+) 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 {