add controllers
This commit is contained in:
75
ports/RGSX/assets/controls/ps4_dualshock.json
Normal file
75
ports/RGSX/assets/controls/ps4_dualshock.json
Normal file
@@ -0,0 +1,75 @@
|
|||||||
|
{
|
||||||
|
"device": "PS4 Controller",
|
||||||
|
"up": {
|
||||||
|
"type": "button",
|
||||||
|
"button": 11,
|
||||||
|
"display": "\u2191"
|
||||||
|
},
|
||||||
|
"down": {
|
||||||
|
"type": "button",
|
||||||
|
"button": 12,
|
||||||
|
"display": "\u2193"
|
||||||
|
},
|
||||||
|
"left": {
|
||||||
|
"type": "button",
|
||||||
|
"button": 13,
|
||||||
|
"display": "\u2190"
|
||||||
|
},
|
||||||
|
"right": {
|
||||||
|
"type": "button",
|
||||||
|
"button": 14,
|
||||||
|
"display": "\u2192"
|
||||||
|
},
|
||||||
|
"confirm": {
|
||||||
|
"type": "button",
|
||||||
|
"button": 0,
|
||||||
|
"display": "A"
|
||||||
|
},
|
||||||
|
"cancel": {
|
||||||
|
"type": "button",
|
||||||
|
"button": 1,
|
||||||
|
"display": "B"
|
||||||
|
},
|
||||||
|
"history": {
|
||||||
|
"type": "button",
|
||||||
|
"button": 3,
|
||||||
|
"display": "Y"
|
||||||
|
},
|
||||||
|
"clear_history": {
|
||||||
|
"type": "button",
|
||||||
|
"button": 2,
|
||||||
|
"display": "X"
|
||||||
|
},
|
||||||
|
"start": {
|
||||||
|
"type": "button",
|
||||||
|
"button": 6,
|
||||||
|
"display": "Start"
|
||||||
|
},
|
||||||
|
"filter": {
|
||||||
|
"type": "button",
|
||||||
|
"button": 4,
|
||||||
|
"display": "Select"
|
||||||
|
},
|
||||||
|
"delete": {
|
||||||
|
"type": "button",
|
||||||
|
"button": 9,
|
||||||
|
"display": "LB"
|
||||||
|
},
|
||||||
|
"space": {
|
||||||
|
"type": "button",
|
||||||
|
"button": 10,
|
||||||
|
"display": "RB"
|
||||||
|
},
|
||||||
|
"page_up": {
|
||||||
|
"type": "axis",
|
||||||
|
"axis": 4,
|
||||||
|
"direction": 1,
|
||||||
|
"display": "LT"
|
||||||
|
},
|
||||||
|
"page_down": {
|
||||||
|
"type": "axis",
|
||||||
|
"axis": 5,
|
||||||
|
"direction": 1,
|
||||||
|
"display": "RT"
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user