mirror of
https://github.com/libretro/retroarch-joypad-autoconfig.git
synced 2024-11-23 07:59:53 +00:00
fix select button in DS4 on Android
This commit is contained in:
parent
f75bf54005
commit
443b36d99f
@ -5,7 +5,7 @@ input_vendor_id = "1356"
|
||||
input_product_id = "1476"
|
||||
input_b_btn = "96"
|
||||
input_y_btn = "99"
|
||||
input_select_btn = "4"
|
||||
input_select_btn = "109"
|
||||
input_start_btn = "108"
|
||||
input_up_btn = "h0up"
|
||||
input_down_btn = "h0down"
|
||||
@ -51,4 +51,4 @@ input_l_y_minus_axis_label = "Left Analog Y-"
|
||||
input_r_x_plus_axis_label = "Right Analog X+"
|
||||
input_r_x_minus_axis_label = "Right Analog X-"
|
||||
input_r_y_plus_axis_label = "Right Analog Y+"
|
||||
input_r_y_minus_axis_label = "Right Analog Y-"
|
||||
input_r_y_minus_axis_label = "Right Analog Y-"
|
||||
|
Loading…
Reference in New Issue
Block a user