gpgx: disable prev and next disk for now

This commit is contained in:
nattthebear 2017-07-22 17:37:40 -04:00
parent f6cc4c1749
commit 3062b18467
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}