Fix NRE when autoloading TAStudio + .tasproj and the wrong rom

This commit is contained in:
YoshiRulz 2022-01-30 10:20:21 +10:00
parent ad82f4f216
commit 62fb0deeb5
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 1 additions and 2 deletions

View File

@ -648,10 +648,9 @@ namespace BizHawk.Client.EmuHawk
{
BookMarkControl.UpdateTextColumnWidth();
MarkerControl.UpdateTextColumnWidth();
TastudioPlayMode();
}
TastudioPlayMode();
_initializing = false;
return result;