Strip an extra '.' off of the HORI manufacturer name

Sam Lantinga 2020-11-25 10:28:48 -08:00
parent e5783e1179
commit 3c07dd12f0
1 changed files with 1 additions and 0 deletions

View File

@ -1639,6 +1639,7 @@ SDL_CreateJoystickName(Uint16 vendor, Uint16 product, const char *vendor_name, c
} replacements[] = { } replacements[] = {
{ "NVIDIA Corporation ", "" }, { "NVIDIA Corporation ", "" },
{ "Performance Designed Products", "PDP" }, { "Performance Designed Products", "PDP" },
{ "HORI CO.,LTD.", "HORI" },
{ "HORI CO.,LTD", "HORI" }, { "HORI CO.,LTD", "HORI" },
}; };
const char *custom_name; const char *custom_name;