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:
parent
2a7fec2dd6
commit
8cd1683554
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue