gpgx: frame -1 video size is now correct

This commit is contained in:
goyuken 2013-12-18 02:16:17 +00:00
parent 8944552c34
commit a2d066ec21
1 changed files with 3 additions and 0 deletions

View File

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