1
1
mirror of https://github.com/ryujinx-mirror/ryujinx.git synced 2025-08-23 12:36:34 -05:00

[HLE] Fix hid issues on some games

This commit is contained in:
gdkchan
2018-04-13 17:39:45 -03:00
parent 032c442505
commit 435f9ffad8
2 changed files with 8 additions and 1 deletions

View File

@@ -154,6 +154,13 @@ namespace Ryujinx
Ns.Hid.SetTouchPoints();
}
Ns.Hid.SetJoyconButton(
HidControllerId.CONTROLLER_HANDHELD,
HidControllerLayouts.Handheld_Joined,
CurrentButton,
LeftJoystick,
RightJoystick);
Ns.Hid.SetJoyconButton(
HidControllerId.CONTROLLER_HANDHELD,
HidControllerLayouts.Main,