Implement rotate stick 90 degrees clockwise (#3084)
* Implement swapping sticks * Rotate 90 degrees clockwise Co-authored-by: matesic.darko@gmail.com <Darkman1979>
This commit is contained in:
parent
69b05f9918
commit
bed516bfda
5 changed files with 45 additions and 0 deletions
|
@ -220,6 +220,7 @@ namespace Ryujinx.Headless.SDL2
|
|||
StickButton = ConfigGamepadInputId.LeftStick,
|
||||
InvertStickX = false,
|
||||
InvertStickY = false,
|
||||
Rotate90CW = false,
|
||||
},
|
||||
|
||||
RightJoycon = new RightJoyconCommonConfig<ConfigGamepadInputId>
|
||||
|
@ -241,6 +242,7 @@ namespace Ryujinx.Headless.SDL2
|
|||
StickButton = ConfigGamepadInputId.RightStick,
|
||||
InvertStickX = false,
|
||||
InvertStickY = false,
|
||||
Rotate90CW = false,
|
||||
},
|
||||
|
||||
Motion = new StandardMotionConfigController
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue