From 02bc359b6454acac743693962eaf506ccf863a82 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Mon, 7 Nov 2022 19:31:18 -0800 Subject: [PATCH] Shorten "Bensussen Deutsch & Associates,Inc.(BDA)" to "BDA" for controller names --- src/joystick/SDL_joystick.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/joystick/SDL_joystick.c b/src/joystick/SDL_joystick.c index 93322e7c64..60a82c9678 100644 --- a/src/joystick/SDL_joystick.c +++ b/src/joystick/SDL_joystick.c @@ -1874,6 +1874,7 @@ SDL_CreateJoystickName(Uint16 vendor, Uint16 product, const char *vendor_name, c const char *replacement; } replacements[] = { { "ASTRO Gaming", "ASTRO" }, + { "Bensussen Deutsch & Associates,Inc.(BDA)", "BDA" }, { "NVIDIA Corporation ", "" }, { "Performance Designed Products", "PDP" }, { "HORI CO.,LTD.", "HORI" },