Pārlūkot izejas kodu

Added the NEXT SNES Controller to the list of zero-centered joysticks

Sam Lantinga 8 gadi atpakaļ
vecāks
revīzija
d2a01b6e53
1 mainītis faili ar 2 papildinājumiem un 1 dzēšanām
  1. 2 1
      src/joystick/SDL_joystick.c

+ 2 - 1
src/joystick/SDL_joystick.c

@@ -125,7 +125,8 @@ SDL_JoystickAxesCenteredAtZero(SDL_Joystick *joystick)
         Uint16 vendor;
         Uint16 product;
     } zero_centered_joysticks[] = {
-        { 0x0e8f, 0x3013 }, /* Unknown Super NES USB adapter */
+        { 0x0810, 0xe501 }, /* NEXT SNES Controller */
+        { 0x0e8f, 0x3013 }, /* HuiJia SNES USB adapter */
     };
 
     int i;