TSTHawk: Give a correct-ish aspect ratio for interlace mode

This commit is contained in:
nattthebear 2017-07-10 19:28:13 -04:00
parent a1bcb90ee6
commit c1e3411da3
1 changed files with 3 additions and 3 deletions

View File

@ -78,7 +78,7 @@ namespace BizHawk.Emulation.Cores.Consoles.NEC.PCFX
ControllerDefinition = _controllerDeck.Definition;
}
public override int VirtualWidth => 293;
public override int VirtualWidth => VirtualHeight > 240 ? 586 : 293;
protected override void LoadStateBinaryInternal(BinaryReader reader)
{