PSX - gamepad doesn't have L3 and R3

This commit is contained in:
adelikat 2015-02-05 21:46:05 +00:00
parent e211cfdcf3
commit 95cdaac0b0
1 changed files with 2 additions and 3 deletions

View File

@ -64,13 +64,12 @@ namespace BizHawk.Emulation.Cores.Sony.PSX
"P" + (i + 1) + " R1",
"P" + (i + 1) + " L2",
"P" + (i + 1) + " R2",
"P" + (i + 1) + " L3",
"P" + (i + 1) + " R3",
});
if (_SyncSettings.Controllers[i].Type != ControllerSetting.ControllerType.Gamepad)
{
ControllerDefinition.BoolButtons.Add("P" + (i + 1) + " L3");
ControllerDefinition.BoolButtons.Add("P" + (i + 1) + " R3");
ControllerDefinition.BoolButtons.Add("P" + (i + 1) + " MODE");
ControllerDefinition.FloatControls.AddRange(new[]