Added support for the Qanba Dragon Arcade Joystick

This commit is contained in:
Sam Lantinga 2022-06-15 13:58:28 -07:00
parent 6bd3e0b189
commit 72fea0ed6f
4 changed files with 10 additions and 3 deletions

View file

@ -1966,6 +1966,7 @@ SDL_GetJoystickGameControllerType(const char *name, Uint16 vendor, Uint16 produc
0x1bad, /* Harmonix */
0x20d6, /* PowerA */
0x24c6, /* PowerA */
0x2c22, /* Qanba */
};
int i;