mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-11-22 17:29:18 +01:00
Removed extra fixed block. Moved method call
This commit is contained in:
parent
e99e0afe17
commit
f906178b5b
@ -981,9 +981,9 @@ namespace DS4Windows
|
||||
{
|
||||
pbAccel[i-6] = pbInput[i];
|
||||
}
|
||||
}
|
||||
|
||||
fixed (byte* pGyro = gyro, pAccel = accel) sixAxis.handleSixaxis(pGyro, pAccel, cState, elapsedDeltaTime);
|
||||
sixAxis.handleSixaxis(pbGyro, pbAccel, cState, elapsedDeltaTime);
|
||||
}
|
||||
|
||||
/* Debug output of incoming HID data:
|
||||
if (cState.L2 == 0xff && cState.R2 == 0xff)
|
||||
|
Loading…
Reference in New Issue
Block a user