update displaymanager on rom load failure
This commit is contained in:
parent
9085bd6e0c
commit
7c89bda312
|
@ -3814,6 +3814,8 @@ namespace BizHawk.Client.EmuHawk
|
|||
{
|
||||
// This shows up if there's a problem
|
||||
Tools.Restart(Config, Emulator, Game);
|
||||
DisplayManager.UpdateGlobals(Config, Emulator);
|
||||
DisplayManager.Blank();
|
||||
ExtToolManager.BuildToolStrip();
|
||||
OnRomChanged();
|
||||
return false;
|
||||
|
|
Loading…
Reference in New Issue