mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2024-11-15 09:35:27 +00:00
Fix input in SMO
Unsure if this will break other games though. Please test. :)
This commit is contained in:
parent
76f3b1b3a4
commit
39b8e6bc37
|
@ -131,8 +131,7 @@ namespace Ryujinx.HLE.Input
|
||||||
long BaseControllerOffset = Position + HidControllersOffset + 8 * HidControllerSize;
|
long BaseControllerOffset = Position + HidControllersOffset + 8 * HidControllerSize;
|
||||||
|
|
||||||
HidControllerType Type =
|
HidControllerType Type =
|
||||||
HidControllerType.ControllerType_Handheld |
|
HidControllerType.ControllerType_Handheld;
|
||||||
HidControllerType.ControllerType_JoyconPair;
|
|
||||||
|
|
||||||
bool IsHalf = false;
|
bool IsHalf = false;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue