Fix input in SMO

Unsure if this will break other games though.
Please test. :)
This commit is contained in:
DatBoiJay3 2018-06-11 19:29:12 -07:00 committed by GitHub
parent 76f3b1b3a4
commit 39b8e6bc37
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -131,8 +131,7 @@ namespace Ryujinx.HLE.Input
long BaseControllerOffset = Position + HidControllersOffset + 8 * HidControllerSize;
HidControllerType Type =
HidControllerType.ControllerType_Handheld |
HidControllerType.ControllerType_JoyconPair;
HidControllerType.ControllerType_Handheld;
bool IsHalf = false;
@ -276,4 +275,4 @@ namespace Ryujinx.HLE.Input
return (long)((ulong)Environment.TickCount * 19_200);
}
}
}
}