1
0
forked from Mirrors/RGSX
Files
RGSX/ports/RGSX/assets/controls/xbox_controller.json
skymike03 7fc5204135 v2.2.1.0
- reorganization of all pause menu
- add xbox elite controller support, correct bug for xbox 360 controller showing "Select" for History rather than "Y"
- cleanup languages files
- improve API key handling for 1fichier and AllDebrid and logging
- update and simplify config variables and delete unused functions
- virtual keyboard for filter games now showing evreytime you have controller plugged, even on computer, steamdeck, handheld.
2025-09-12 00:46:45 +02:00

86 lines
1.5 KiB
JSON

{
"confirm": {
"type": "button",
"button": 0,
"display": "A"
},
"cancel": {
"type": "button",
"button": 1,
"display": "B"
},
"up": {
"type": "hat",
"value": [
0,
1
],
"display": "\u2191"
},
"down": {
"type": "hat",
"value": [
0,
-1
],
"display": "\u2193"
},
"left": {
"type": "hat",
"value": [
-1,
0
],
"display": "\u2190"
},
"right": {
"type": "hat",
"value": [
1,
0
],
"display": "\u2192"
},
"start": {
"type": "button",
"button": 7,
"display": "Start"
},
"filter": {
"type": "button",
"button": 6,
"display": "Select"
},
"page_up": {
"type": "axis",
"axis": 4,
"direction": 1,
"display": "RT"
},
"page_down": {
"type": "axis",
"axis": 5,
"direction": -1,
"display": "LT"
},
"history": {
"type": "button",
"button": 3,
"display": "Y"
},
"clear_history": {
"type": "button",
"button": 2,
"display": "X"
},
"delete": {
"type": "button",
"button": 4,
"display": "LB"
},
"space": {
"type": "button",
"button": 5,
"display": "RB"
}
}