-
Notifications
You must be signed in to change notification settings - Fork 370
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Ready for RetroArch 1.19.2] sdl2: Remove PS4 Controller (v1).cfg
-- Merge DualShock v1 and v2 in #1170
#1188
Conversation
restored `input_device = "PS4 Controller"`, see libretro/docs#984
PS4 Controller (v1).cfg
PS4 Controller (v1).cfg
PS4 Controller (v1).cfg
input_device_display_name = "PlayStation 4 (PS4) Sony DualShock 4 v1 Controller"
PS4 Controller (v1).cfg
PS4 Controller (v1).cfg
PS4 Controller (v1).cfg
PS4 Controller (v1).cfg
PS4 Controller (v1).cfg
PS4 Controller (v1).cfg
with input_product_id_alt1
PS4 Controller (v1).cfg
with input_product_id_alt1PS4 Controller (v1).cfg
-- Merged DualShock v1 and v2 in #1170
PS4 Controller (v1).cfg
-- Merged DualShock v1 and v2 in #1170PS4 Controller (v1).cfg
-- Merged DualShock v1 and v2 in #1170
PS4 Controller (v1).cfg
-- Merged DualShock v1 and v2 in #1170PS4 Controller (v1).cfg
-- Merge DualShock v1 and v2 in #1170
sdl2/PS4 Controller (v1).cfg
Outdated
input_vendor_id = "1356" | ||
input_product_id = "1476" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If we merge both the PRs, we then are missing a config with this vendor/product ID pair. Would you mind merging the related PRs together so it's easier to review the diff? Thanks.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I merged the v1 VID/PID to https://github.com/libretro/retroarch-joypad-autoconfig/pull/1170/files
input_vendor_id = "1356"
input_product_id = "1476"
PS4 Controller (v1).cfg
-- Merge DualShock v1 and v2 in #1170PS4 Controller (v1).cfg
-- Merge DualShock v1 and v2 in #1170
restore sdl2/PS4 Controller (v1).cfg
Merged: f5d9716 |
input_vendor_id_alt1 = "1356"
in [Ready for RetroArch 1.19.2] sdl2: CreatePS4 Controller.cfg
#1170 is used to handle both v1 and v2.