diff options
| author | Wardoc <gamedev1909@gmail.com> | 2019-11-01 00:17:37 -0300 |
|---|---|---|
| committer | jduncanator <1518948+jduncanator@users.noreply.github.com> | 2019-11-01 14:17:37 +1100 |
| commit | 848cda1837334170f6658e73e8803e4824425810 (patch) | |
| tree | 1f2f356eeffcfb29db4cbe399e2c0347e99050aa | |
| parent | eee639d6ba544fa5dd9352426d55e91bc54e157d (diff) | |
Update controller config (#793)
* Update Config
Correct a bad Controller Left and Right Joycon config
* Update config to correct A and B
* Update To fix buttons X and Y
Update To fix buttons X and Y
* Removed stick_y
| -rw-r--r-- | Ryujinx/Config.json | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/Ryujinx/Config.json b/Ryujinx/Config.json index a68dd5a3..1ff098ab 100644 --- a/Ryujinx/Config.json +++ b/Ryujinx/Config.json @@ -61,25 +61,25 @@ "trigger_threshold": 0.5, "left_joycon": { "stick": "Axis0", - "stick_button": "Button13", + "stick_button": "Button8", + "button_minus": "Button6", + "button_l": "Button4", + "button_zl": "Axis2", "dpad_up": "Hat0Up", "dpad_down": "Hat0Down", "dpad_left": "Hat0Left", - "dpad_right": "Hat0Right", - "button_minus": "Button10", - "button_l": "Button6", - "button_zl": "Button8" + "dpad_right": "Hat0Right" }, "right_joycon": { - "stick": "Axis2", - "stick_button": "Button14", - "button_a": "Button0", - "button_b": "Button1", + "stick": "Axis3", + "stick_button": "Button9", + "button_a": "Button1", + "button_b": "Button0", "button_x": "Button3", - "button_y": "Button4", - "button_plus": "Button11", - "button_r": "Button7", - "button_zr": "Button9" + "button_y": "Button2", + "button_plus": "Button7", + "button_r": "Button5", + "button_zr": "Axis5" } } -}
\ No newline at end of file +} |
