aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Common/Configuration/Hid/Controller/JoyconConfigControllerStick.cs
diff options
context:
space:
mode:
authordarko1979 <matesic.darko@gmail.com>2022-03-12 18:23:48 +0100
committerGitHub <noreply@github.com>2022-03-12 18:23:48 +0100
commitbed516bfda2b558c894e80a0d71f457c6e94a62f (patch)
tree0eb05e1c391a26285e99df5d970077a52ea679ee /Ryujinx.Common/Configuration/Hid/Controller/JoyconConfigControllerStick.cs
parent69b05f99187202b7c09162e4d204f4cac7772018 (diff)
Implement rotate stick 90 degrees clockwise (#3084)1.1.68
* Implement swapping sticks * Rotate 90 degrees clockwise Co-authored-by: matesic.darko@gmail.com <Darkman1979>
Diffstat (limited to 'Ryujinx.Common/Configuration/Hid/Controller/JoyconConfigControllerStick.cs')
-rw-r--r--Ryujinx.Common/Configuration/Hid/Controller/JoyconConfigControllerStick.cs1
1 files changed, 1 insertions, 0 deletions
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; }
}
}