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 --- Ryujinx.Headless.SDL2/Program.cs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Ryujinx.Headless.SDL2/Program.cs') diff --git a/Ryujinx.Headless.SDL2/Program.cs b/Ryujinx.Headless.SDL2/Program.cs index 4daf6084..5915a881 100644 --- a/Ryujinx.Headless.SDL2/Program.cs +++ b/Ryujinx.Headless.SDL2/Program.cs @@ -220,6 +220,7 @@ namespace Ryujinx.Headless.SDL2 StickButton = ConfigGamepadInputId.LeftStick, InvertStickX = false, InvertStickY = false, + Rotate90CW = false, }, RightJoycon = new RightJoyconCommonConfig @@ -241,6 +242,7 @@ namespace Ryujinx.Headless.SDL2 StickButton = ConfigGamepadInputId.RightStick, InvertStickX = false, InvertStickY = false, + Rotate90CW = false, }, Motion = new StandardMotionConfigController -- cgit v1.2.3