From fed9380e33387412700aa537c14117c8076d4d47 Mon Sep 17 00:00:00 2001 From: feos Date: Wed, 8 Mar 2017 20:42:03 +0300 Subject: [PATCH] tastudio: rewinding was turning rec mode off --- BizHawk.Client.EmuHawk/tools/TAStudio/TAStudio.Navigation.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/BizHawk.Client.EmuHawk/tools/TAStudio/TAStudio.Navigation.cs b/BizHawk.Client.EmuHawk/tools/TAStudio/TAStudio.Navigation.cs index 30dc466413..368e164daf 100644 --- a/BizHawk.Client.EmuHawk/tools/TAStudio/TAStudio.Navigation.cs +++ b/BizHawk.Client.EmuHawk/tools/TAStudio/TAStudio.Navigation.cs @@ -35,6 +35,8 @@ namespace BizHawk.Client.EmuHawk // If seeking to a frame before or at the end of the movie, use StartAtNearestFrameAndEmulate // Otherwise, load the latest state (if not already there) and seek while recording. + WasRecording = CurrentTasMovie.IsRecording || WasRecording; + if (frame <= CurrentTasMovie.InputLogLength) { // Get as close as we can then emulate there