Fixed a crash when loading a GBC rom (apparently there was no GBC case switch option)

This commit is contained in:
pasky1382 2012-10-06 21:50:48 +00:00
parent 822c079011
commit a52a9b0d44
1 changed files with 1 additions and 0 deletions

View File

@ -1473,6 +1473,7 @@ namespace BizHawk.MultiClient
}
break;
case "GB":
case "GBC":
if (!Global.Config.GB_AsSGB)
{
if (Global.Config.GB_ForceDMG) game.AddOption("ForceDMG");