mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-04-10 19:15:12 +00:00
RYUJINX: added controller config
This commit is contained in:
parent
6aab1096db
commit
3459716897
|
@ -87,48 +87,64 @@
|
||||||
"input_config": [
|
"input_config": [
|
||||||
{
|
{
|
||||||
"left_joycon_stick": {
|
"left_joycon_stick": {
|
||||||
"stick_up": "W",
|
"joystick": "Left",
|
||||||
"stick_down": "S",
|
"invert_stick_x": false,
|
||||||
"stick_left": "A",
|
"invert_stick_y": false,
|
||||||
"stick_right": "D",
|
"rotate90_cw": false,
|
||||||
"stick_button": "F"
|
"stick_button": "LeftStick"
|
||||||
},
|
},
|
||||||
"right_joycon_stick": {
|
"right_joycon_stick": {
|
||||||
"stick_up": "I",
|
"joystick": "Right",
|
||||||
"stick_down": "K",
|
"invert_stick_x": false,
|
||||||
"stick_left": "J",
|
"invert_stick_y": false,
|
||||||
"stick_right": "L",
|
"rotate90_cw": false,
|
||||||
"stick_button": "H"
|
"stick_button": "RightStick"
|
||||||
|
},
|
||||||
|
"deadzone_left": 0,
|
||||||
|
"deadzone_right": 0,
|
||||||
|
"range_left": 1,
|
||||||
|
"range_right": 1,
|
||||||
|
"trigger_threshold": 0,
|
||||||
|
"motion": {
|
||||||
|
"motion_backend": "GamepadDriver",
|
||||||
|
"sensitivity": 100,
|
||||||
|
"gyro_deadzone": 1,
|
||||||
|
"enable_motion": false
|
||||||
|
},
|
||||||
|
"rumble": {
|
||||||
|
"strong_rumble": 1,
|
||||||
|
"weak_rumble": 1,
|
||||||
|
"enable_rumble": true
|
||||||
},
|
},
|
||||||
"left_joycon": {
|
"left_joycon": {
|
||||||
"button_minus": "Minus",
|
"button_minus": "Minus",
|
||||||
"button_l": "E",
|
"button_l": "LeftShoulder",
|
||||||
"button_zl": "Q",
|
"button_zl": "LeftTrigger",
|
||||||
"button_sl": "Unbound",
|
"button_sl": "Unbound",
|
||||||
"button_sr": "Unbound",
|
"button_sr": "Unbound",
|
||||||
"dpad_up": "Up",
|
"dpad_up": "DpadUp",
|
||||||
"dpad_down": "Down",
|
"dpad_down": "DpadDown",
|
||||||
"dpad_left": "Left",
|
"dpad_left": "DpadLeft",
|
||||||
"dpad_right": "Right"
|
"dpad_right": "DpadRight"
|
||||||
},
|
},
|
||||||
"right_joycon": {
|
"right_joycon": {
|
||||||
"button_plus": "Plus",
|
"button_plus": "Plus",
|
||||||
"button_r": "U",
|
"button_r": "RightShoulder",
|
||||||
"button_zr": "O",
|
"button_zr": "RightTrigger",
|
||||||
"button_sl": "Unbound",
|
"button_sl": "Unbound",
|
||||||
"button_sr": "Unbound",
|
"button_sr": "Unbound",
|
||||||
"button_x": "C",
|
"button_x": "X",
|
||||||
"button_b": "X",
|
"button_b": "A",
|
||||||
"button_y": "V",
|
"button_y": "Y",
|
||||||
"button_a": "Z"
|
"button_a": "B"
|
||||||
},
|
},
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"backend": "WindowKeyboard",
|
"backend": "GamepadSDL2",
|
||||||
"id": "0",
|
"id": "0-f6790003-28de-0000-ff11-000001000000",
|
||||||
"controller_type": "JoyconPair",
|
"controller_type": "JoyconPair",
|
||||||
"player_index": "Player1"
|
"player_index": "Player1"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"graphics_backend": "Vulkan",
|
"graphics_backend": "Vulkan",
|
||||||
"preferred_gpu": "0x1002_0x163F"
|
"preferred_gpu": "0x1002_0x163F"
|
||||||
}
|
}
|
Loading…
Reference in a new issue