introduce hack that allows dual gameboy to accept input properly. tetris seems to function with link features working
This commit is contained in:
parent
166110c609
commit
f53f9224b6
|
@ -2005,6 +2005,9 @@ namespace BizHawk.MultiClient
|
||||||
case "GBC":
|
case "GBC":
|
||||||
if (true) // DEBUG
|
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_ForceDMG) game.AddOption("ForceDMG");
|
||||||
if (Global.Config.GB_GBACGB) game.AddOption("GBACGB");
|
if (Global.Config.GB_GBACGB) game.AddOption("GBACGB");
|
||||||
if (Global.Config.GB_MulticartCompat) game.AddOption("MulitcartCompat");
|
if (Global.Config.GB_MulticartCompat) game.AddOption("MulitcartCompat");
|
||||||
|
|
Loading…
Reference in New Issue