gpgx: disable prev and next disk for now
This commit is contained in:
parent
f6cc4c1749
commit
3062b18467
|
@ -376,7 +376,7 @@ namespace BizHawk.Emulation.Cores.Consoles.Sega.gpgx
|
|||
if (!Core.gpgx_get_control(input, inputsize))
|
||||
throw new Exception("gpgx_get_control() failed");
|
||||
|
||||
ControlConverter = new GPGXControlConverter(input, _cds != null);
|
||||
ControlConverter = new GPGXControlConverter(input, false); // _cds != null);
|
||||
ControllerDefinition = ControlConverter.ControllerDef;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue