Skip to content

My USB controller isn't working? #29

Description

@Ryzee119

If it's a standard Xbox360/XBONE like controller but with non-standard PID/VID you can try simpling adding the PID/VID here:
https://github.com/Ryzee119/USBHost_t36/blob/8fe414477b8b3e1e4e404e2a2fbe298e8e5b3b39/joystick.cpp#L40
(Shouldnt ever be needed anymore)

If it's a generic HID controller please use this tool https://www.generalarcade.com/gamepadtool/ and copy the mapping string in your issue report.
You can attempt to map it yourself here:

case JoystickController::UNKNOWN:

A planned feature is the ability to parse https://github.com/gabomdq/SDL_GameControllerDB to support most HID controllers out of the box!

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions