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

replace commas with dots in controller.realName fixing non-working controller configurations #12194

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

cracklejoy
Copy link

Controllers with device names that contain a comma refuse to load properly when emulators such as pcsx2 are used. The game_controller_db.txt appears to parse a comma delimited file and fails because of said erroneous comma placements. This patch will simply replace said commas with dots.

Tested and working after this simple change.

Refer to #8568 with the poster who made the discovery. They had the same issue with the ppsspp emulator.

@dmanlfc
Copy link
Collaborator

dmanlfc commented Aug 3, 2024

@nadenislamarre one for you. this will upset the existing controller configs.

@nadenislamarre
Copy link
Collaborator

yes, i have to analyze first, while replacing coma is more a workaround than a fix.
after my holiddays.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants