mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2025-01-23 05:31:12 +01:00
Fixed enhanced precision stick curves
This commit is contained in:
parent
25b2adc8e5
commit
b364330f50
@ -783,7 +783,7 @@ namespace DS4Windows
|
||||
}
|
||||
else if (absX <= 0.75)
|
||||
{
|
||||
outputX = absX - 0.24;
|
||||
outputX = absX - 0.2344;
|
||||
}
|
||||
else if (absX > 0.75)
|
||||
{
|
||||
@ -796,7 +796,7 @@ namespace DS4Windows
|
||||
}
|
||||
else if (absY <= 0.75)
|
||||
{
|
||||
outputY = absY - 0.24;
|
||||
outputY = absY - 0.2344;
|
||||
}
|
||||
else if (absY > 0.75)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user