fix #2880
This commit is contained in:
parent
62fcf9cc1d
commit
a8e710c73d
|
@ -3938,6 +3938,8 @@ namespace BizHawk.Client.EmuHawk
|
|||
else if (Emulator.IsNull())
|
||||
{
|
||||
// This shows up if there's a problem
|
||||
Tools.Restart(Config, Emulator, Game);
|
||||
ExtToolManager.BuildToolStrip();
|
||||
OnRomChanged();
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue