mirror of
https://github.com/libretro/retroarch-joypad-autoconfig.git
synced 2024-11-23 07:59:53 +00:00
Merge pull request #1115 from davidhedlund/patch-27
sdl: Fix PS5 Controller Product ID
This commit is contained in:
commit
68f516f798
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user