Merge pull request #1115 from davidhedlund/patch-27

sdl: Fix PS5 Controller Product ID
This commit is contained in:
Rob Loach 2024-03-01 04:23:38 -05:00 committed by GitHub
commit 68f516f798
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,7 +2,7 @@ input_driver = "sdl2"
input_device = "PS5 Controller"
input_device_display_name = "DualSense"
input_vendor_id = "1356"
input_product_id = "1476"
input_product_id = "3302"
input_b_btn = "0"
input_y_btn = "2"