introduce hack that allows dual gameboy to accept input properly. tetris seems to function with link features working

This commit is contained in:
goyuken 2012-12-29 16:00:52 +00:00
parent 166110c609
commit f53f9224b6
1 changed files with 3 additions and 0 deletions

View File

@ -2005,6 +2005,9 @@ namespace BizHawk.MultiClient
case "GBC":
if (true) // DEBUG
{
// 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
if (Global.Config.GB_ForceDMG) game.AddOption("ForceDMG");
if (Global.Config.GB_GBACGB) game.AddOption("GBACGB");
if (Global.Config.GB_MulticartCompat) game.AddOption("MulitcartCompat");