From 69bb6348f2c2d4d782a5161b9c2cdddfc38ad691 Mon Sep 17 00:00:00 2001 From: Wardoc Date: Mon, 14 Oct 2019 20:46:15 -0300 Subject: [PATCH] Update config to correct A and B --- Ryujinx/Config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Ryujinx/Config.json b/Ryujinx/Config.json index a497b90221..784ee32317 100644 --- a/Ryujinx/Config.json +++ b/Ryujinx/Config.json @@ -75,8 +75,8 @@ "stick": "Axis3", "stick_y": "Button0", "stick_button": "Button9", - "button_a": "Button0", - "button_b": "Button1", + "button_a": "Button1", + "button_b": "Button0", "button_x": "Button2", "button_y": "Button3", "button_plus": "Button7",