InputManager - lock down RewrireInputChain, and have calling code only call SyncControls

This commit is contained in:
adelikat 2020-06-06 10:37:13 -05:00
parent c6edcc4131
commit 3d48376436
2 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@ namespace BizHawk.Client.Common
public Controller ClientControls { get; set; }
public void RewireInputChain()
private void RewireInputChain()
{
ControllerInputCoalescer.Clear();
ControllerInputCoalescer.Definition = ActiveController.Definition;

View File

@ -413,7 +413,7 @@ namespace BizHawk.Client.EmuHawk
}
Sound.StartSound();
InputManager.RewireInputChain();
InputManager.SyncControls(Emulator, Config);
RewireSound();
// Workaround for windows, location is -32000 when minimized, if they close it during this time, that's what gets saved