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

SDL_GameControllerDB support #202

Open
PhilRoll opened this issue Jan 29, 2024 · 1 comment
Open

SDL_GameControllerDB support #202

PhilRoll opened this issue Jan 29, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@PhilRoll
Copy link

PhilRoll commented Jan 29, 2024

How can i use "gamecontrollerdb.txt" file to update controller support?https://github.com/mdqinc/SDL_GameControllerDB/tree/master
I need to use Stadia controller, but game doesn't recognize the gamepad (this DB has Stadia controller support).
Adding this feature would make it easier to support any other controller!

@k4zmu2a k4zmu2a added the enhancement New feature or request label Feb 1, 2024
k4zmu2a added a commit that referenced this issue Feb 28, 2024
@k4zmu2a
Copy link
Owner

k4zmu2a commented Feb 28, 2024

I prefer embedding runtime-critical data into executable itself.
So, I’ve embedded the gamecontrollerdb.txt file, the game now loads it on startup.
Try it out; I didn’t have any exotic controllers to test with.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants