mirror of
https://github.com/GreemDev/Ryujinx.git
synced 2025-08-30 07:25:05 +00:00
fix right Stick
This commit is contained in:
parent
8e50dd9fa6
commit
69dfd8c60e
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ namespace Ryujinx.Input.SDL2
|
|||
return inputId switch
|
||||
{
|
||||
StickInputId.Left => left.GetStick(StickInputId.Left),
|
||||
StickInputId.Right => right.GetStick(StickInputId.Left),
|
||||
StickInputId.Right => right.GetStick(StickInputId.Right),
|
||||
_ => (0, 0)
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue