One small change addressing feedback

This commit is contained in:
John Clemis 2018-08-20 15:05:35 -05:00
parent 6e21eba625
commit 96aa4618ce

View file

@ -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,