mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2025-01-13 16:49:08 +01:00
Lowered default LS and RS Anti-dead zones
This commit is contained in:
parent
f27dd7cf27
commit
203bcca236
@ -4796,7 +4796,7 @@ namespace DS4Windows
|
||||
touchSensitivity[device] = 100;
|
||||
l2ModInfo[device].deadZone = r2ModInfo[device].deadZone = 0;
|
||||
lsModInfo[device].deadZone = rsModInfo[device].deadZone = 10;
|
||||
lsModInfo[device].antiDeadZone = rsModInfo[device].antiDeadZone = 25;
|
||||
lsModInfo[device].antiDeadZone = rsModInfo[device].antiDeadZone = 20;
|
||||
lsModInfo[device].maxZone = rsModInfo[device].maxZone = 100;
|
||||
lsModInfo[device].maxOutput = rsModInfo[device].maxOutput = 100.0;
|
||||
l2ModInfo[device].antiDeadZone = r2ModInfo[device].antiDeadZone = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user