From 519fd40c327d975c6a7803d029abf09ab97e1e3f Mon Sep 17 00:00:00 2001 From: YoshiRulz Date: Sat, 4 Dec 2021 23:18:06 +1000 Subject: [PATCH] 99.9% sure this isn't used --- src/BizHawk.Client.Common/inputAdapters/InputManager.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/BizHawk.Client.Common/inputAdapters/InputManager.cs b/src/BizHawk.Client.Common/inputAdapters/InputManager.cs index 00679d731d..7b1fe65644 100644 --- a/src/BizHawk.Client.Common/inputAdapters/InputManager.cs +++ b/src/BizHawk.Client.Common/inputAdapters/InputManager.cs @@ -68,7 +68,6 @@ namespace BizHawk.Client.Common ClickyVirtualPadController.Definition = new ControllerDefinition(def); // Wire up input chain - ControllerInputCoalescer.Definition = ActiveController.Definition; UdLRControllerAdapter.Source = ActiveController.Or(AutoFireController); UdLRControllerAdapter.AllowUdlr = config.AllowUdlr;