This commit is contained in:
alyosha-tas 2021-07-25 10:31:02 -04:00
parent 62fcf9cc1d
commit a8e710c73d
1 changed files with 2 additions and 0 deletions

View File

@ -3938,6 +3938,8 @@ namespace BizHawk.Client.EmuHawk
else if (Emulator.IsNull()) else if (Emulator.IsNull())
{ {
// This shows up if there's a problem // This shows up if there's a problem
Tools.Restart(Config, Emulator, Game);
ExtToolManager.BuildToolStrip();
OnRomChanged(); OnRomChanged();
return false; return false;
} }