Fix dual GB input

This commit is contained in:
adelikat 2017-06-04 13:19:51 -05:00
parent 46e9c8141d
commit 8c3c23075a
1 changed files with 2 additions and 2 deletions

View File

@ -40,8 +40,8 @@ namespace BizHawk.Emulation.Cores.Nintendo.Gameboy
_cablediscosignal = cablediscosignalNew;
Frame++;
L.FrameAdvancePrep(controller);
R.FrameAdvancePrep(controller);
L.FrameAdvancePrep(LCont);
R.FrameAdvancePrep(RCont);
unsafe
{