N64: set the analog keybinds for the Y axes to be flipped by default

This commit is contained in:
goyuken 2014-05-16 23:47:58 +00:00
parent 4f5e43f40c
commit 35b9746880
1 changed files with 4 additions and 4 deletions

View File

@ -776,7 +776,7 @@
},
"P1 Y Axis": {
"Value": "J1 Y",
"Mult": 1.0,
"Mult": -1.0,
"Deadzone": 0.1
},
"P2 X Axis": {
@ -786,7 +786,7 @@
},
"P2 Y Axis": {
"Value": "",
"Mult": 1.0,
"Mult": -1.0,
"Deadzone": 0.1
},
"P3 X Axis": {
@ -796,7 +796,7 @@
},
"P3 Y Axis": {
"Value": "",
"Mult": 1.0,
"Mult": -1.0,
"Deadzone": 0.1
},
"P4 X Axis": {
@ -806,7 +806,7 @@
},
"P4 Y Axis": {
"Value": "",
"Mult": 1.0,
"Mult": -1.0,
"Deadzone": 0.1
}
},