mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-01-08 20:02:39 +00:00
One small change addressing feedback
This commit is contained in:
parent
6e21eba625
commit
96aa4618ce
|
@ -263,6 +263,7 @@ namespace Ryujinx
|
|||
IsKeyboard ? CurrentButtonsKeyboard : CurrentButtonsGamePad[GetGamePadIndexFromHostDevice(entry.Value)],
|
||||
IsKeyboard ? LeftJoystickKeyboard : LeftJoystickGamePad [GetGamePadIndexFromHostDevice(entry.Value)],
|
||||
IsKeyboard ? RightJoystickKeyboard : RightJoystickGamePad [GetGamePadIndexFromHostDevice(entry.Value)]);
|
||||
|
||||
Device.Hid.SetJoyconButton(
|
||||
entry.Key,
|
||||
HidControllerLayouts.Main,
|
||||
|
|
Loading…
Reference in a new issue