From bed516bfda2b558c894e80a0d71f457c6e94a62f Mon Sep 17 00:00:00 2001 From: darko1979 Date: Sat, 12 Mar 2022 18:23:48 +0100 Subject: Implement rotate stick 90 degrees clockwise (#3084) * Implement swapping sticks * Rotate 90 degrees clockwise Co-authored-by: matesic.darko@gmail.com --- .../Configuration/Hid/Controller/JoyconConfigControllerStick.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'Ryujinx.Common/Configuration/Hid/Controller/JoyconConfigControllerStick.cs') diff --git a/Ryujinx.Common/Configuration/Hid/Controller/JoyconConfigControllerStick.cs b/Ryujinx.Common/Configuration/Hid/Controller/JoyconConfigControllerStick.cs index 0a9ca9dd..869cff4f 100644 --- a/Ryujinx.Common/Configuration/Hid/Controller/JoyconConfigControllerStick.cs +++ b/Ryujinx.Common/Configuration/Hid/Controller/JoyconConfigControllerStick.cs @@ -5,6 +5,7 @@ public Stick Joystick { get; set; } public bool InvertStickX { get; set; } public bool InvertStickY { get; set; } + public bool Rotate90CW { get; set; } public Button StickButton { get; set; } } } -- cgit v1.2.3