mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-11-26 02:54:20 +01:00
Make sure to use double for trackball friction when loading profile
This commit is contained in:
parent
ec9926cb69
commit
3dabad0be6
@ -385,7 +385,7 @@ namespace DS4Windows
|
||||
{
|
||||
device.setIdleTimeout(getIdleDisconnectTimeout(ind));
|
||||
device.setBTPollRate(getBTPollRate(ind));
|
||||
touchPad[ind].ResetTrackAccel((int)getTrackballFriction(ind));
|
||||
touchPad[ind].ResetTrackAccel(getTrackballFriction(ind));
|
||||
|
||||
if (!startUp)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user