From c737fbf08adca5c6398f97942ecccc93196d931a Mon Sep 17 00:00:00 2001 From: Wardoc Date: Mon, 14 Oct 2019 20:40:06 -0300 Subject: [PATCH] Update Config Correct a bad Controller Left and Right Joycon config --- Ryujinx/Config.json | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/Ryujinx/Config.json b/Ryujinx/Config.json index d6ed189adc..a497b90221 100644 --- a/Ryujinx/Config.json +++ b/Ryujinx/Config.json @@ -62,25 +62,26 @@ "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", + "stick": "Axis3", + "stick_y": "Button0", + "stick_button": "Button9", "button_a": "Button0", "button_b": "Button1", - "button_x": "Button3", - "button_y": "Button4", - "button_plus": "Button11", - "button_r": "Button7", - "button_zr": "Button9" + "button_x": "Button2", + "button_y": "Button3", + "button_plus": "Button7", + "button_r": "Button5", + "button_zr": "Axis5" } } -} \ No newline at end of file +}