forked from Hay1tsme/segatools
idz, idac, swdc: Added deadzone config
This commit is contained in:
5
dist/swdc/segatools.ini
vendored
5
dist/swdc/segatools.ini
vendored
@ -68,6 +68,11 @@ mode=xinput
|
||||
singleStickSteering=1
|
||||
; Use linear steering instead of the default non-linear cubing steering.
|
||||
linearSteering=0
|
||||
; Configure deadzones for the left and right thumbsticks.
|
||||
; The default value for the left stick is 7849, max value is 32767.
|
||||
leftStickDeadzone=7849
|
||||
; The default value for the right stick is 8689, max value is 32767.
|
||||
rightStickDeadzone=8689
|
||||
; Adjust scaling for steering wheel input.
|
||||
;
|
||||
; This setting scales the steering wheel input so that the maximum positive
|
||||
|
Reference in New Issue
Block a user