gpgx: frame -1 video size is now correct
This commit is contained in:
parent
8944552c34
commit
a2d066ec21
|
@ -108,6 +108,9 @@ namespace BizHawk.Emulation.Cores.Consoles.Sega.gpgx
|
||||||
savebuff2 = new byte[savebuff.Length + 13];
|
savebuff2 = new byte[savebuff.Length + 13];
|
||||||
|
|
||||||
SetControllerDefinition();
|
SetControllerDefinition();
|
||||||
|
|
||||||
|
// pull the default video size from the core
|
||||||
|
update_video();
|
||||||
}
|
}
|
||||||
catch
|
catch
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue