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:
adelikat 2020-06-06 10:32:32 -05:00
parent 2bf902b942
commit c6edcc4131
1 changed files with 0 additions and 4 deletions

View File

@ -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))