Browse Source

Added shortened name for "Nintendo Co., Ltd."

(cherry picked from commit 87794d03ad0c0e2bcf1856e6bd3bab268e952b96)
Sam Lantinga 1 year ago
parent
commit
c29df1699e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/joystick/SDL_joystick.c

+ 1 - 0
src/joystick/SDL_joystick.c

@@ -1966,6 +1966,7 @@ char *SDL_CreateJoystickName(Uint16 vendor, Uint16 product, const char *vendor_n
         { "HORI CO.,LTD", "HORI" },
         { "HORI CO.,LTD.", "HORI" },
         { "Mad Catz Inc.", "Mad Catz" },
+        { "Nintendo Co., Ltd.", "Nintendo" },
         { "NVIDIA Corporation ", "" },
         { "Performance Designed Products", "PDP" },
         { "QANBA USA, LLC", "Qanba" },