Fix KEY_RSTICK_UP
This commit is contained in:
parent
c8ac81aa8d
commit
024d188c45
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ namespace Ryujinx.HLE.Input
|
||||||
Result |= HidControllerButtons.KEY_RSTICK_DOWN;
|
Result |= HidControllerButtons.KEY_RSTICK_DOWN;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (LeftStick.DY > 0)
|
if (RightStick.DY > 0)
|
||||||
{
|
{
|
||||||
Result |= HidControllerButtons.KEY_RSTICK_UP;
|
Result |= HidControllerButtons.KEY_RSTICK_UP;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue