diff options
Diffstat (limited to 'Ryujinx.Common/Configuration/Hid/Controller/JoyconConfigControllerStick.cs')
-rw-r--r-- | Ryujinx.Common/Configuration/Hid/Controller/JoyconConfigControllerStick.cs | 1 |
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; } } } |