move this piece of init code; fixes: opening TAStudio after starting a .tasproj would fail

This commit is contained in:
SuuperW 2021-01-15 11:52:04 -06:00
parent 302cda6d17
commit 961e7f2808
1 changed files with 2 additions and 1 deletions

View File

@ -199,6 +199,8 @@ namespace BizHawk.Client.EmuHawk
MainForm.PauseOnFrame = null;
MainForm.PauseEmulator();
SetupBoolPatterns();
// Nag if inaccurate core, but not if auto-loading or movie is already loaded
if (!CanAutoload && MovieSession.Movie.NotActive())
{
@ -278,7 +280,6 @@ namespace BizHawk.Client.EmuHawk
MainForm.SetMainformMovieInfo();
MovieSession.ReadOnly = true;
SetSplicer();
SetupBoolPatterns();
_engaged = true;
return true;