| Summary: | Add gamecontrollerdb lines for SFC30 controller in various modes | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Jonathan Dowland <jon+bugzilla.libsdl> |
| Component: | joystick | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | enhancement | ||
| Priority: | P2 | ||
| Version: | HG 2.1 | ||
| Hardware: | x86 | ||
| OS: | Other | ||
| Attachments: |
Add gamecontrollerdb lines for SFC30 controller in various modes
Add gamecontrollerdb lines for SFC30 controller in various modes Add gamecontrollerdb lines for SFC30 controller in various modes |
||
|
Description
Jonathan Dowland
2016-06-27 16:27:18 UTC
Oh, the middle para is copy-pasted from a PR I filed on github for an external controllerdb, os the issues it references and the names only make sense in that context. (I did not copy the relevant lines from those people's PRs, I have generated them all myself using controllermap on three hosts) Created attachment 2520 [details]
Add gamecontrollerdb lines for SFC30 controller in various modes
New patch adds a windows line via Steam Big Picture Mode Some of the lines I add in the patch have the same GUID as each other, but different names. Looking through the SDL source, I guess the name is not that important, so the duplicate GUID lines can be removed -- is that right? The only difference between the lines is the name. The lines were gathered from the controller in different modes (USB, bluetooth, and sub-modes thereof). The controller presents different names in those modes but the button mappings are the same. For another project I'm working on that doesn't use the gamepad API (yet) the names do matter as it hooks onto joysticks by their names. That project will probably be moving to the gamepad API though. Assuming the above is "yes", I will push a new patch with the dupe lines removed. Please let me know if my assumption is wrong. Created attachment 2521 [details]
Add gamecontrollerdb lines for SFC30 controller in various modes
Added, thanks! https://hg.libsdl.org/SDL/rev/99bdc4fc41ba |