mainform: disable the hack that loads GB games into dual gameboy. the core seems to work well enough that the next step is to actually hook up how to load two roms at once

This commit is contained in:
goyuken 2013-01-02 00:34:14 +00:00
parent 2a7fec2dd6
commit 8cd1683554
1 changed files with 1 additions and 1 deletions

View File

@ -2003,7 +2003,7 @@ namespace BizHawk.MultiClient
break;
case "GB":
case "GBC":
if (true) // DEBUG
if (false) // this code will load up a dual game boy
{
// this is horrible. we MUST decide when we should be using Game.System and when we should be using Emulator.SystemID
game.System = "DGB"; // HACK