Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Ready for RetroArch 1.19.2] android: Update and rename Sony_DualShock_4_Controller_v2.cfg to Wireless Controller.cfg #1171

Open
wants to merge 16 commits into
base: master
Choose a base branch
from
Open
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions android/Sony_DualShock_4_Controller_v2.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
input_driver = "android"
input_device = "Sony Interactive Entertainment Wireless Controller"
input_device_display_name = "Sony DualShock 4 Controller (v2)"
input_device_display_name = "Sony DualShock 4 v2 Controller"
input_vendor_id = "1356"
input_product_id = "2508"
input_b_btn = "96"
Expand All @@ -15,6 +15,10 @@ input_a_btn = "97"
input_x_btn = "100"
input_l_btn = "102"
input_r_btn = "103"
# RetroArch's in-app feature to create autoconfig files is flawed (https://github.com/libretro/RetroArch/issues/6920) and will attempt to create the 2 lines :
# input_l2_btn = "104"
# input_r2_btn = "105"
# Those 2 lines are a downgrade from the 2 following lines which additionally allow l2/r2 to be polled as analog axises :
davidhedlund marked this conversation as resolved.
Show resolved Hide resolved
input_l2_axis = "+6"
input_r2_axis = "+7"
input_l3_btn = "106"
Expand All @@ -27,7 +31,7 @@ input_r_x_plus_axis = "+2"
input_r_x_minus_axis = "-2"
input_r_y_plus_axis = "+3"
input_r_y_minus_axis = "-3"
input_menu_toggle_btn = "109"
input_menu_toggle_btn = "110"

input_b_btn_label = "Cross"
input_y_btn_label = "Square"
Expand All @@ -53,4 +57,4 @@ 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_menu_toggle_btn_label = "Touchpad"
input_menu_toggle_btn_label = "PS"
Loading