Skip to content

Commit

Permalink
Update and rename Sony Interactive Entertainment Wireless Controller.…
Browse files Browse the repository at this point in the history
…cfg to Sony DualSense.cfg

Changed L2 and R2. My controller uses the latest DualSense firmware at this writing (0402). 

I mentioned the firmware version in the file to avoid confusion.

See libretro#899 for more information.
  • Loading branch information
davidhedlund authored Dec 11, 2023
1 parent a57f148 commit b45c10b
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# DualSense firmware version: 0402

input_driver = "udev"
input_device = "Sony Interactive Entertainment Wireless Controller"
input_device_display_name = "DualSense"
Expand All @@ -16,8 +18,8 @@ input_a_btn = "1"
input_x_btn = "2"
input_l_btn = "4"
input_r_btn = "5"
input_l2_axis = "+2"
input_r2_axis = "+5"
input_l2_axis = "6"
input_r2_axis = "7"
input_l3_btn = "11"
input_r3_btn = "12"
input_l_x_plus_axis = "+0"
Expand Down

0 comments on commit b45c10b

Please sign in to comment.