when bombing out on a load rom error, update more stuff on the mainform that might have changed
This commit is contained in:
parent
157897ff55
commit
c46ddd1aa2
|
@ -3215,7 +3215,14 @@ namespace BizHawk.Client.EmuHawk
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
// TODO: put all these in a single method or something
|
||||||
|
HandlePlatformMenus();
|
||||||
|
_stateSlots.Clear();
|
||||||
|
UpdateStatusSlots();
|
||||||
UpdateCoreStatusBarButton();
|
UpdateCoreStatusBarButton();
|
||||||
|
UpdateDumpIcon();
|
||||||
|
SetMainformMovieInfo();
|
||||||
|
SetWindowText();
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue