mirror of
https://github.com/GreemDev/Ryujinx
synced 2024-11-22 01:43:23 +01:00
[HLE] Fix hid issues on some games
This commit is contained in:
parent
032c442505
commit
435f9ffad8
2 changed files with 8 additions and 1 deletions
|
@ -154,6 +154,13 @@ namespace Ryujinx
|
||||||
Ns.Hid.SetTouchPoints();
|
Ns.Hid.SetTouchPoints();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Ns.Hid.SetJoyconButton(
|
||||||
|
HidControllerId.CONTROLLER_HANDHELD,
|
||||||
|
HidControllerLayouts.Handheld_Joined,
|
||||||
|
CurrentButton,
|
||||||
|
LeftJoystick,
|
||||||
|
RightJoystick);
|
||||||
|
|
||||||
Ns.Hid.SetJoyconButton(
|
Ns.Hid.SetJoyconButton(
|
||||||
HidControllerId.CONTROLLER_HANDHELD,
|
HidControllerId.CONTROLLER_HANDHELD,
|
||||||
HidControllerLayouts.Main,
|
HidControllerLayouts.Main,
|
||||||
|
|
Loading…
Reference in a new issue