From d2a01b6e53c3259fe4461363b257efbb2868fd7c Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Wed, 4 Jan 2017 06:19:56 -0800 Subject: [PATCH] Added the NEXT SNES Controller to the list of zero-centered joysticks --- src/joystick/SDL_joystick.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/joystick/SDL_joystick.c b/src/joystick/SDL_joystick.c index e43a29742..a39553b03 100644 --- a/src/joystick/SDL_joystick.c +++ b/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;