laamaa / m8c

Cross-platform M8 tracker headless client
Other
377 stars 80 forks source link

gamecontroller db in project is stale causing Xbox controller issues #112

Closed SasquatchFuzz closed 1 year ago

SasquatchFuzz commented 1 year ago

FYI - I was having quite a bit of trouble chasing down controller mapping issues tonight with an XBOX Series X controller and discovered the problem is a super stale db file in project. This was causing the controller to get recognized as a "Zeroplus P4 Gamepad" and preventing me from mapping X/Y/A/B as option/edit/select start. The fix was to copy over the following db

https://github.com/gabomdq/SDL_GameControllerDB/blob/master/gamecontrollerdb.txt

and with that change the following now map properly:

laamaa commented 1 year ago

Thanks for the info, I saved a new version of the file to the repository.