remove some vestigial code, no need to RewrireInputChain from MovieSession.QueueMovie, first of all, controls need to be resynced on running of a movie not queuing, secondly, it's already called as a result of a SyncControls() call
This commit is contained in:
parent
2bf902b942
commit
c6edcc4131
|
@ -196,10 +196,6 @@ namespace BizHawk.Client.Common
|
|||
}
|
||||
}
|
||||
|
||||
// Note: this populates MovieControllerAdapter's Type with the appropriate controller
|
||||
// Don't set it to a movie instance of the adapter or you will lose the definition!
|
||||
Global.InputManager.RewireInputChain();
|
||||
|
||||
if (!record)
|
||||
{
|
||||
if (preferredCores.ContainsKey(systemId))
|
||||
|
|
Loading…
Reference in New Issue