Fix NRE when autoloading TAStudio + .tasproj and the wrong rom
This commit is contained in:
parent
ad82f4f216
commit
62fb0deeb5
|
@ -648,10 +648,9 @@ namespace BizHawk.Client.EmuHawk
|
|||
{
|
||||
BookMarkControl.UpdateTextColumnWidth();
|
||||
MarkerControl.UpdateTextColumnWidth();
|
||||
TastudioPlayMode();
|
||||
}
|
||||
|
||||
TastudioPlayMode();
|
||||
|
||||
_initializing = false;
|
||||
|
||||
return result;
|
||||
|
|
Loading…
Reference in New Issue