mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-22 04:38:30 +00:00
Added the NEXT SNES Controller to the list of zero-centered joysticks
This commit is contained in:
parent
c7780497dc
commit
d2a01b6e53
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue