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

Second controller generates unknown icons #154

Open
Tom3s opened this issue Feb 2, 2023 · 1 comment
Open

Second controller generates unknown icons #154

Tom3s opened this issue Feb 2, 2023 · 1 comment
Labels
bug Something isn't working Dolphin This must be changed in Dolphin wontfix This will not be worked on

Comments

@Tom3s
Copy link

Tom3s commented Feb 2, 2023

Game Name?

Mario Party 4-7, MKWii, Double Dash, SSBB

Game ID?

GMPE01,GP5E01,GP6E01,GP7E01,RMCE01,GM4E01,RSBE01

Input device ID?

Xinput/1/Gamepad

Dolphin version?

5.0-17995

Operating System?

Windows 10

Describe the bug.

Setting the first Gamecube controller port to the secondary windows controller (Xinput/1/Gamepad instead of Xinput/0/Gamepad) will generate question mark icons (ex. Mario Party 4) or just use the default textures.

The supported device section only lists Xinput/0/Gamepad, so I assume Xinput/1/Gamepad is considered an unknown device.

Expected behavior.

Regardless of windows number of the controller, the correct icons should appear

Possible Fixes

Adding a new (Xinput/1/Gamepad) entry to the .json files seems to solve the issue. So some regex style device name matching (Xinput/[0-9]/Gamepad) instead of exact match could solve it.

@Tom3s Tom3s added the bug Something isn't working label Feb 2, 2023
@Venomalia
Copy link
Owner

regex is not supported by dolphin at the point and making several entries for each controller is a bit inefficient.
iwubcode would like to revise this feature this year, then it will be possible.

@Venomalia Venomalia added the wontfix This will not be worked on label Feb 2, 2023
@Venomalia Venomalia added the Dolphin This must be changed in Dolphin label Aug 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Dolphin This must be changed in Dolphin wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants