pce - fix drive light

This commit is contained in:
nattthebear 2020-05-25 06:54:20 -04:00
parent 586117462e
commit b871f95dc0
1 changed files with 1 additions and 0 deletions

View File

@ -137,6 +137,7 @@ namespace BizHawk.Emulation.Cores.Waterbox
protected override LibWaterboxCore.FrameInfo FrameAdvancePrep(IController controller, bool render, bool rendersound)
{
DriveLightOn = false;
_controllerAdapter.SetBits(controller, _inputPortData);
_frameAdvanceInputLock = GCHandle.Alloc(_inputPortData, GCHandleType.Pinned);
var ret = new LibNymaCore.FrameInfo