mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-11-23 01:39:17 +01:00
Lower gyro deadzone value
This commit is contained in:
parent
44aef8b90d
commit
6eb618a934
@ -43,7 +43,7 @@ namespace DS4Windows
|
||||
vRemainder = 0.0;
|
||||
}
|
||||
|
||||
int deadzone = 15;
|
||||
int deadzone = 14;
|
||||
//int deadzone = 0;
|
||||
int deadzoneX = (int)System.Math.Abs(normX * deadzone);
|
||||
int deadzoneY = (int)System.Math.Abs(normY * deadzone);
|
||||
|
Loading…
Reference in New Issue
Block a user