Fixed enhanced precision stick curves

This commit is contained in:
Travis Nickles 2018-06-05 16:16:38 -05:00
parent 25b2adc8e5
commit b364330f50

View File

@ -783,7 +783,7 @@ namespace DS4Windows
} }
else if (absX <= 0.75) else if (absX <= 0.75)
{ {
outputX = absX - 0.24; outputX = absX - 0.2344;
} }
else if (absX > 0.75) else if (absX > 0.75)
{ {
@ -796,7 +796,7 @@ namespace DS4Windows
} }
else if (absY <= 0.75) else if (absY <= 0.75)
{ {
outputY = absY - 0.24; outputY = absY - 0.2344;
} }
else if (absY > 0.75) else if (absY > 0.75)
{ {