Tastudio -more shenanigans to fix bk2 loading, fixes #2255
This commit is contained in:
parent
2499c9b872
commit
3da1df9252
|
@ -121,10 +121,14 @@ namespace BizHawk.Client.EmuHawk
|
|||
if (result1.IsOk())
|
||||
{
|
||||
_initializing = true; // Starting a new movie causes a core reboot
|
||||
WantsToControlReboot = false;
|
||||
_engaged = false;
|
||||
MainForm.StartNewMovie(MovieSession.Get(ofd.FileName), false);
|
||||
ConvertCurrentMovieToTasproj();
|
||||
_initialized = false;
|
||||
StartNewMovieWrapper(CurrentTasMovie);
|
||||
_engaged = true;
|
||||
WantsToControlReboot = true;
|
||||
SetUpColumns();
|
||||
SetTextProperty();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue