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