From 8cd168355496bd38b0bb7f75398a07c57af76916 Mon Sep 17 00:00:00 2001 From: goyuken Date: Wed, 2 Jan 2013 00:34:14 +0000 Subject: [PATCH] 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 --- BizHawk.MultiClient/MainForm.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BizHawk.MultiClient/MainForm.cs b/BizHawk.MultiClient/MainForm.cs index e5a7643086..ef848424b9 100644 --- a/BizHawk.MultiClient/MainForm.cs +++ b/BizHawk.MultiClient/MainForm.cs @@ -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