TSTHawk: Change default height
This commit is contained in:
parent
468c52f5de
commit
7d30636398
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue