From 70b695a45646ff4b8f3cf060eee0731a4c4116c8 Mon Sep 17 00:00:00 2001 From: scrimpeh Date: Mon, 14 Sep 2020 22:10:53 +0200 Subject: [PATCH] TAStudio: Disengage TAStudio after loading .bk2 --- src/BizHawk.Client.EmuHawk/tools/TAStudio/TAStudio.MenuItems.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/BizHawk.Client.EmuHawk/tools/TAStudio/TAStudio.MenuItems.cs b/src/BizHawk.Client.EmuHawk/tools/TAStudio/TAStudio.MenuItems.cs index 8685e8ef66..2f34be0762 100644 --- a/src/BizHawk.Client.EmuHawk/tools/TAStudio/TAStudio.MenuItems.cs +++ b/src/BizHawk.Client.EmuHawk/tools/TAStudio/TAStudio.MenuItems.cs @@ -125,7 +125,7 @@ namespace BizHawk.Client.EmuHawk _engaged = false; MainForm.StartNewMovie(MovieSession.Get(ofd.FileName), false); ConvertCurrentMovieToTasproj(); - _initialized = false; + _initializing = false; StartNewMovieWrapper(CurrentTasMovie); _engaged = true; WantsToControlReboot = true;