mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-11-26 19:14:20 +01:00
Fix accel data copying
This commit is contained in:
parent
37bb576aa6
commit
c56f1a7235
@ -969,7 +969,7 @@ namespace DS4Windows
|
|||||||
|
|
||||||
for (int i = 6; i < 12; i++)
|
for (int i = 6; i < 12; i++)
|
||||||
{
|
{
|
||||||
pbAccel[i] = pbInput[i];
|
pbAccel[i-6] = pbInput[i];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
sixAxis.handleSixaxis(gyro, accel, cState, elapsedDeltaTime);
|
sixAxis.handleSixaxis(gyro, accel, cState, elapsedDeltaTime);
|
||||||
|
Loading…
Reference in New Issue
Block a user