fix crashy stuff
This commit is contained in:
parent
2c62271fc7
commit
f493e8fe10
|
@ -1218,6 +1218,9 @@ namespace BizHawk.MultiClient
|
||||||
|
|
||||||
private void MainForm_Shown(object sender, EventArgs e)
|
private void MainForm_Shown(object sender, EventArgs e)
|
||||||
{
|
{
|
||||||
|
if(Global.Game == null)
|
||||||
|
HandlePlatformMenus("");
|
||||||
|
else
|
||||||
HandlePlatformMenus(Global.Game.System);
|
HandlePlatformMenus(Global.Game.System);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue