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