fix autodetection of console mode
This commit is contained in:
parent
b2893d24c6
commit
28241e3042
|
@ -68,6 +68,8 @@ namespace BizHawk.Emulation.Cores.Nintendo.Gameboy
|
|||
flags |= LibGambatte.LoadFlags.CGB_MODE | LibGambatte.LoadFlags.GBA_FLAG;
|
||||
break;
|
||||
default:
|
||||
if (game.System == "GBC")
|
||||
flags |= LibGambatte.LoadFlags.CGB_MODE;
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue