k4zmu2a / SpaceCadetPinball

Decompilation of 3D Pinball for Windows – Space Cadet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SDL_GameControllerDB support

PhilRoll opened this issue · comments

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.