Added support for the Qanba Drone Arcade Stick

This commit is contained in:
Sam Lantinga
2022-10-14 09:57:02 -07:00
parent 6bb0c2a5c2
commit 120a957d07
2 changed files with 3 additions and 2 deletions

View File

@@ -1873,6 +1873,7 @@ SDL_CreateJoystickName(Uint16 vendor, Uint16 product, const char *vendor_name, c
{ "HORI CO.,LTD", "HORI" },
{ "Mad Catz Inc.", "Mad Catz" },
{ "QANBA USA, LLC", "Qanba" },
{ "QANBA USA,LLC", "Qanba" },
{ "Unknown ", "" },
};
const char *custom_name;