Skip to content

Commit

Permalink
Update Sony Interactive Entertainment DualSense Wireless Controller.cfg
Browse files Browse the repository at this point in the history
# Remove input_vendor_id and input_product_id once this issue has been solved: [IMPORTANT] Unnecessary input_vendor_id, and input_product_id in autoconfig files generated by udev - libretro/RetroArch#16904
input_vendor_id = "1356"
input_product_id = "3302"
  • Loading branch information
davidhedlund authored Aug 21, 2024
1 parent 57e25c0 commit c08233b
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
input_driver = "udev"
input_device = "Sony Interactive Entertainment DualSense Wireless Controller"
input_device_display_name = "Sony DualSense"
# Remove input_vendor_id and input_product_id once this issue has been solved: [IMPORTANT] Unnecessary input_vendor_id, and input_product_id in autoconfig files generated by udev - https://github.com/libretro/RetroArch/issues/16904
input_vendor_id = "1356"
input_product_id = "3302"

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

0 comments on commit c08233b

Please sign in to comment.