From 3f35c9505ac18cd212b26d6d5ba28db48b84c029 Mon Sep 17 00:00:00 2001 From: adelikat Date: Sat, 8 Dec 2012 18:00:55 +0000 Subject: [PATCH] put the LED light functionality in the UpdateToolsAfter method rather than directly in the frame loop --- BizHawk.MultiClient/MainForm.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BizHawk.MultiClient/MainForm.cs b/BizHawk.MultiClient/MainForm.cs index 5ae5ba903f..f7cdb12ec7 100644 --- a/BizHawk.MultiClient/MainForm.cs +++ b/BizHawk.MultiClient/MainForm.cs @@ -2588,7 +2588,6 @@ namespace BizHawk.MultiClient void StepRunLoop_Core() { - HandleToggleLight(); bool runFrame = false; runloop_frameadvance = false; DateTime now = DateTime.Now; @@ -2809,6 +2808,7 @@ namespace BizHawk.MultiClient VirtualPadForm1.UpdateValues(); SNESGraphicsDebugger1.UpdateToolsAfter(); TraceLogger1.UpdateValues(); + HandleToggleLight(); #if WINDOWS LuaConsole1.LuaImp.FrameRegisterAfter(); if (!fromLua)