Add PowerA Xbox Series X Controller Linux bindings to gamecontrollerdb.txt
In my attempt to fix #83178 I discovered that #83178 is caused by missing SDL bindings, so i added the binding for my controller and that fixed the issue for me, however this only fixes the issue for PowerA Xbox Series X Controller users on linux. Any controller missing its bindings gets affected by #83178 so this still doesn't fix it just partially alleviates the problem and gives us more insight on #83178.
I Also PR this change upstream on mdqinc/SDL_GameControllerDB/pull/762
Upstream merged it https://github.com/mdqinc/SDL_GameControllerDB/pull/762
This SDL bindings issue is still present in 4.3 stable
Im going to build with an updated gamecontrollerdb.txt from https://github.com/mdqinc/SDL_GameControllerDB/ and see if that fixes it and PR that
cc. @Sauermann
Update:
- 4.4Dev4 Still has the bug
However...
Im going to build with an updated gamecontrollerdb.txt from https://github.com/mdqinc/SDL_GameControllerDB/
I have updated the db and built it and it solves it. Here the new PR that fixes it, https://github.com/godotengine/godot/pull/99304
Superseded by #99304.