Re-added the 'GBC' switch.

This commit is contained in:
pasky1382 2012-10-06 22:02:24 +00:00
parent b1ba573695
commit 37b054ad43
1 changed files with 1 additions and 0 deletions

View File

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