move this piece of init code; fixes: opening TAStudio after starting a .tasproj would fail
This commit is contained in:
parent
302cda6d17
commit
961e7f2808
|
@ -199,6 +199,8 @@ namespace BizHawk.Client.EmuHawk
|
||||||
MainForm.PauseOnFrame = null;
|
MainForm.PauseOnFrame = null;
|
||||||
MainForm.PauseEmulator();
|
MainForm.PauseEmulator();
|
||||||
|
|
||||||
|
SetupBoolPatterns();
|
||||||
|
|
||||||
// Nag if inaccurate core, but not if auto-loading or movie is already loaded
|
// Nag if inaccurate core, but not if auto-loading or movie is already loaded
|
||||||
if (!CanAutoload && MovieSession.Movie.NotActive())
|
if (!CanAutoload && MovieSession.Movie.NotActive())
|
||||||
{
|
{
|
||||||
|
@ -278,7 +280,6 @@ namespace BizHawk.Client.EmuHawk
|
||||||
MainForm.SetMainformMovieInfo();
|
MainForm.SetMainformMovieInfo();
|
||||||
MovieSession.ReadOnly = true;
|
MovieSession.ReadOnly = true;
|
||||||
SetSplicer();
|
SetSplicer();
|
||||||
SetupBoolPatterns();
|
|
||||||
|
|
||||||
_engaged = true;
|
_engaged = true;
|
||||||
return true;
|
return true;
|
||||||
|
|
Loading…
Reference in New Issue