mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-06-04 06:55:03 -06:00
Increase default inner deadzone (#4492)
This commit is contained in:
parent
4ce43a6a88
commit
dd18a5f29f
@ -120,8 +120,8 @@ axis_right_x = axis_right_x
|
|||||||
axis_right_y = axis_right_y
|
axis_right_y = axis_right_y
|
||||||
|
|
||||||
# Range of deadzones: 1 (almost none) to 127 (max)
|
# Range of deadzones: 1 (almost none) to 127 (max)
|
||||||
analog_deadzone = leftjoystick, 2, 127
|
analog_deadzone = leftjoystick, 5, 127
|
||||||
analog_deadzone = rightjoystick, 2, 127
|
analog_deadzone = rightjoystick, 5, 127
|
||||||
|
|
||||||
override_controller_color = false, 0, 0, 255
|
override_controller_color = false, 0, 0, 255
|
||||||
)";
|
)";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user