Skip to content

Commit

Permalink
Update Sony Interactive Entertainment DualSense Wireless Controller.cfg
Browse files Browse the repository at this point in the history
Unnecessary input_vendor_id, and input_product_id in autoconfig files generated by udev - libretro/RetroArch#16904
  • Loading branch information
davidhedlund authored Aug 23, 2024
1 parent 9098a71 commit 5674621
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ input_driver = "udev"
# The files "DualSense Wireless Controller.cfg" and "Sony Interactive Entertainment DualSense Wireless Controller.cfg" should have identical content except for the input_device variable until they can be merged when this issue has been solved: [IMPORTANT feature request]: Support multiple input_device names for controller compatibility across Linux kernels - https://github.com/libretro/RetroArch/issues/16907
input_device = "Sony Interactive Entertainment DualSense Wireless Controller"
input_device_display_name = "Sony DualSense (USB)"
# This file will be detected if USB is used and it is enabled by default. However, if you prefer to use Bluetooth instead, you need to comment out input_vendor_id and input_product_id in this file and uncomment them in the "DualSense Wireless Controller.cfg" file. Both files cannot be active simultaneously.
input_vendor_id = "1356"
input_product_id = "3302"

input_b_btn = "0"
input_y_btn = "3"
Expand Down

0 comments on commit 5674621

Please sign in to comment.