|
@@ -130,8 +130,7 @@ namespace Ryujinx.HLE.Input
|
|
|
{
|
|
{
|
|
|
long BaseControllerOffset = Position + HidControllersOffset + 8 * HidControllerSize;
|
|
long BaseControllerOffset = Position + HidControllersOffset + 8 * HidControllerSize;
|
|
|
|
|
|
|
|
- HidControllerType Type =
|
|
|
|
|
- HidControllerType.ControllerType_Handheld;
|
|
|
|
|
|
|
+ HidControllerType Type = HidControllerType.ControllerType_Handheld;
|
|
|
|
|
|
|
|
bool IsHalf = false;
|
|
bool IsHalf = false;
|
|
|
|
|
|