Skip to content

Commit

Permalink
Replace "8BitDo Tech Ltd" with "8BitDo" in the manufacturer string
Browse files Browse the repository at this point in the history
Fixes the 8BitDo Micro gamepad so it shows up as "8BitDo Bluetooth Wireless Controller" in keyboard mode over Bluetooth.
  • Loading branch information
slouken committed Feb 22, 2025
1 parent 509a278 commit 41e6b87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/SDL_utils.c
Original file line number Diff line number Diff line change
Expand Up @@ -420,6 +420,7 @@ char *SDL_CreateDeviceName(Uint16 vendor, Uint16 product, const char *vendor_nam
const char *prefix;
const char *replacement;
} replacements[] = {
{ "8BitDo Tech Ltd", "8BitDo" },
{ "ASTRO Gaming", "ASTRO" },
{ "Bensussen Deutsch & Associates,Inc.(BDA)", "BDA" },
{ "Guangzhou Chicken Run Network Technology Co., Ltd.", "GameSir" },
Expand Down

0 comments on commit 41e6b87

Please sign in to comment.