TSTHawk: Change default height

This commit is contained in:
nattthebear 2017-07-09 16:53:31 -04:00
parent 468c52f5de
commit 7d30636398
1 changed files with 3 additions and 1 deletions

View File

@ -43,7 +43,7 @@ namespace BizHawk.Emulation.Cores.Consoles.NEC.PCFX
DefaultWidth = 256,
DefaultHeight = 240,
MaxWidth = 1024,
MaxHeight = 240,
MaxHeight = 232,
MaxSamples = 2048,
SystemId = "PCFX"
})
@ -78,6 +78,8 @@ namespace BizHawk.Emulation.Cores.Consoles.NEC.PCFX
ControllerDefinition = _controllerDeck.Definition;
}
public override int VirtualWidth => 293;
protected override void LoadStateBinaryInternal(BinaryReader reader)
{
SetCdCallbacks();