mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-09-16 10:55:02 +00:00
Fixed whitespace issues
This commit is contained in:
parent
89c2c6c76b
commit
3f6fca2921
@ -374,8 +374,15 @@ namespace Ryujinx.Input.SDL2
|
||||
|
||||
if (joyconStickConfig != null)
|
||||
{
|
||||
if (joyconStickConfig.InvertStickX) resultX = -resultX;
|
||||
if (joyconStickConfig.InvertStickY) resultY = -resultY;
|
||||
if (joyconStickConfig.InvertStickX)
|
||||
{
|
||||
resultX = -resultX;
|
||||
}
|
||||
|
||||
if (joyconStickConfig.InvertStickY)
|
||||
{
|
||||
resultY = -resultY;
|
||||
}
|
||||
|
||||
if (joyconStickConfig.Rotate90CW)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user