From caf3a7834df407d0ef506b58376d4980a200aa9d Mon Sep 17 00:00:00 2001
From: adelikat <adelikat@tasvideos.org>
Date: Sun, 4 Jun 2017 13:19:51 -0500
Subject: [PATCH] Fix dual GB input

---
 .../Consoles/Nintendo/Gameboy/GambatteLink.IEmulator.cs       | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/BizHawk.Emulation.Cores/Consoles/Nintendo/Gameboy/GambatteLink.IEmulator.cs b/BizHawk.Emulation.Cores/Consoles/Nintendo/Gameboy/GambatteLink.IEmulator.cs
index fd56a0b410..3a835ee5a2 100644
--- a/BizHawk.Emulation.Cores/Consoles/Nintendo/Gameboy/GambatteLink.IEmulator.cs
+++ b/BizHawk.Emulation.Cores/Consoles/Nintendo/Gameboy/GambatteLink.IEmulator.cs
@@ -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
 			{