k4zmu2a / SpaceCadetPinball

Decompilation of 3D Pinball for Windows – Space Cadet
MIT License
3.46k stars 212 forks source link

SDL_GameControllerDB support #202

Open PhilRoll opened 9 months ago

PhilRoll commented 9 months ago

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 commented 8 months ago

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.