Merge pull request #153 from DatBoiJay3/hid-smo

Fix input in SMO
pull/138/merge
Ac_K 2018-06-12 02:54:41 +00:00 committed by GitHub
commit 133082cb6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 4 deletions

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;