Merge pull request #153 from DatBoiJay3/hid-smo

Fix input in SMO
This commit is contained in:
Ac_K
2018-06-12 02:54:41 +00:00
committed by GitHub

View File

@ -130,9 +130,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;