diff --git a/src/joystick/SDL_joystick.c b/src/joystick/SDL_joystick.c index 44ab5294f..8afd772ec 100644 --- a/src/joystick/SDL_joystick.c +++ b/src/joystick/SDL_joystick.c @@ -1863,6 +1863,7 @@ SDL_CreateJoystickName(Uint16 vendor, Uint16 product, const char *vendor_name, c const char *prefix; const char *replacement; } replacements[] = { + { "ASTRO Gaming", "ASTRO" }, { "NVIDIA Corporation ", "" }, { "Performance Designed Products", "PDP" }, { "HORI CO.,LTD.", "HORI" },