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