Remove xinput analog bindings until the system can handle more than one binding on analog (will leave the dinput versions)

This commit is contained in:
adelikat 2014-06-07 01:47:38 +00:00
parent 11af441464
commit 874ef457d5
1 changed files with 2 additions and 2 deletions

View File

@ -791,12 +791,12 @@
}, },
"Nintento 64 Controller": { "Nintento 64 Controller": {
"P1 X Axis": { "P1 X Axis": {
"Value": "J1 X, X1 LeftThumbX", "Value": "J1 X",
"Mult": 1.0, "Mult": 1.0,
"Deadzone": 0.1 "Deadzone": 0.1
}, },
"P1 Y Axis": { "P1 Y Axis": {
"Value": "J1 Y, X1 LeftThumbY", "Value": "J1 Y",
"Mult": 1.0, "Mult": 1.0,
"Deadzone": 0.1 "Deadzone": 0.1
}, },