SDL: Replace "8BitDo Tech Ltd" with "8BitDo" in the manufacturer string

From 1ddba3ad55f58b8f19705a2f70ba71224c3d9c5b Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Sat, 22 Feb 2025 08:39:31 -0800
Subject: [PATCH] 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.
---
 src/SDL_utils.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/SDL_utils.c b/src/SDL_utils.c
index c1ceacb189d09..b66e3a7106fed 100644
--- a/src/SDL_utils.c
+++ b/src/SDL_utils.c
@@ -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" },