Skip to content
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

Complete "[IMPORTANT feature request] Support input_device_display_name_alt variables" #16995

Open
davidhedlund opened this issue Sep 12, 2024 · 0 comments

Comments

@davidhedlund
Copy link
Contributor

davidhedlund commented Sep 12, 2024

Implement input_device_display_name_alt1 to input_device_display_name_alt8

This is important because otherwise it will be very difficult for people to distinguish controllers if multiple controllers are connected simultaneously .

Example: https://github.com/libretro/retroarch-joypad-autoconfig/pull/1168/files

input_device = "Sony Interactive Entertainment Wireless Controller"
input_device_display_name = "Sony Interactive Entertainment Wireless Controller (DualShock 4 v2)"
input_driver = "udev"
input_vendor_id = "1356"
input_product_id = "2508"
input_device_alt1 = "Sony Computer Entertainment Wireless Controller"
input_device_display_name_alt1 = "Sony Computer Entertainment Wireless  (DualShock 4 v1)"
input_vendor_id_alt1 = "1356"
input_product_id_alt1 = "1476"

More

@zoltanvb

@davidhedlund davidhedlund changed the title Support alternative input_device_display_name variables Support input_device_display_name_alt variables Sep 12, 2024
@davidhedlund davidhedlund changed the title Support input_device_display_name_alt variables [IMPORTANT feature request] Support input_device_display_name_alt variables Sep 13, 2024
@davidhedlund davidhedlund changed the title [IMPORTANT feature request] Support input_device_display_name_alt variables Complete "[IMPORTANT feature request] Support input_device_display_name_alt variables" Sep 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant