Fix stick axis in dinput SQONYY_gamepad.cfg

Apparently the current state causes up to be pressed continuously. Fix has been verified by Zaion on the retroachievements discord.
This commit is contained in:
Sanaki 2020-01-04 05:33:01 +00:00 committed by GitHub
parent 443b36d99f
commit ff36caf5c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
Configuration with analog mode enabled (red led switched on) #Configuration with analog mode enabled (red led switched on)
input_driver = "dinput" input_driver = "dinput"
input_device = "USB Joystick " input_device = "USB Joystick "
@ -23,7 +23,7 @@ input_l3_btn = "10"
input_r3_btn = "11" input_r3_btn = "11"
input_l_x_plus_axis = "+0" input_l_x_plus_axis = "+0"
input_l_x_minus_axis = "-0" input_l_x_minus_axis = "-0"
input_l_y_plus_axis = "-0" input_l_y_plus_axis = "+1"
input_l_y_minus_axis = "-1" input_l_y_minus_axis = "-1"
input_r_x_plus_axis = "+2" input_r_x_plus_axis = "+2"
input_r_x_minus_axis = "-2" input_r_x_minus_axis = "-2"