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!
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.
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!