since the gbc gamedb uses System == "GBC", autodetect .gbc files to that

This commit is contained in:
goyuken 2012-10-06 22:06:43 +00:00
parent 37b054ad43
commit e6ab647126
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ namespace BizHawk
case ".SG": Game.System = "SG"; break;
case ".PCE": Game.System = "PCE"; break;
case ".SGX": Game.System = "SGX"; break;
case ".GBC":
case ".GBC": Game.System = "GBC"; break;
case ".GB": Game.System = "GB"; break;
case ".BIN":