dont crash when opening controller config without a rom open

This commit is contained in:
zeromus 2011-04-06 04:57:59 +00:00
parent 53cae6be86
commit 5bd70da7f1
1 changed files with 28 additions and 27 deletions

View File

@ -346,6 +346,7 @@ namespace BizHawk.MultiClient
}
private void InputConfig_Load(object sender, EventArgs e)
{
if(Global.Game != null)
switch (Global.Game.System)
{
case "SMS":