Skip to content

Commit

Permalink
Added the NEXT SNES Controller to the list of zero-centered joysticks
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Jan 4, 2017
1 parent c778049 commit d2a01b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/joystick/SDL_joystick.c
Expand Up @@ -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;
Expand Down

0 comments on commit d2a01b6

Please sign in to comment.