From c6edcc4131880b0695a21f6c17b25a814d08bd62 Mon Sep 17 00:00:00 2001 From: adelikat Date: Sat, 6 Jun 2020 10:32:32 -0500 Subject: [PATCH] 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 --- src/BizHawk.Client.Common/movie/MovieSession.cs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/BizHawk.Client.Common/movie/MovieSession.cs b/src/BizHawk.Client.Common/movie/MovieSession.cs index 23eb47bcf9..b29aa5105e 100644 --- a/src/BizHawk.Client.Common/movie/MovieSession.cs +++ b/src/BizHawk.Client.Common/movie/MovieSession.cs @@ -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))