TAStudio: Disengage TAStudio after loading .bk2

This commit is contained in:
scrimpeh 2020-09-14 22:10:53 +02:00 committed by adelikat
parent 507e818374
commit 70b695a456
1 changed files with 1 additions and 1 deletions

View File

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