mirror of
https://github.com/Ryujinx-NX/Ryujinx.git
synced 2024-11-15 05:27:42 -07:00
commit
133082cb6d
@ -130,9 +130,7 @@ namespace Ryujinx.HLE.Input
|
||||
{
|
||||
long BaseControllerOffset = Position + HidControllersOffset + 8 * HidControllerSize;
|
||||
|
||||
HidControllerType Type =
|
||||
HidControllerType.ControllerType_Handheld |
|
||||
HidControllerType.ControllerType_JoyconPair;
|
||||
HidControllerType Type = HidControllerType.ControllerType_Handheld;
|
||||
|
||||
bool IsHalf = false;
|
||||
|
||||
@ -276,4 +274,4 @@ namespace Ryujinx.HLE.Input
|
||||
return (long)((ulong)Environment.TickCount * 19_200);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user