mirror of https://github.com/libsdl-org/SDL.git
Replace "8BitDo Tech Ltd" with "8BitDo" in the manufacturer string
Fixes the 8BitDo Micro gamepad so it shows up as "8BitDo Bluetooth Wireless Controller" in keyboard mode over Bluetooth.
This commit is contained in:
parent
fdf72d1e45
commit
1ddba3ad55
|
|
@ -420,6 +420,7 @@ char *SDL_CreateDeviceName(Uint16 vendor, Uint16 product, const char *vendor_nam
|
||||||
const char *prefix;
|
const char *prefix;
|
||||||
const char *replacement;
|
const char *replacement;
|
||||||
} replacements[] = {
|
} replacements[] = {
|
||||||
|
{ "8BitDo Tech Ltd", "8BitDo" },
|
||||||
{ "ASTRO Gaming", "ASTRO" },
|
{ "ASTRO Gaming", "ASTRO" },
|
||||||
{ "Bensussen Deutsch & Associates,Inc.(BDA)", "BDA" },
|
{ "Bensussen Deutsch & Associates,Inc.(BDA)", "BDA" },
|
||||||
{ "Guangzhou Chicken Run Network Technology Co., Ltd.", "GameSir" },
|
{ "Guangzhou Chicken Run Network Technology Co., Ltd.", "GameSir" },
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue