mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-08-17 14:17:42 +00:00
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:
co-authored by
matesic.darko@gmail.com <Darkman1979>
parent
69b05f9918
commit
bed516bfda
@@ -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; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user