InputManager - lock down RewrireInputChain, and have calling code only call SyncControls
This commit is contained in:
parent
c6edcc4131
commit
3d48376436
|
@ -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;
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue