diff options
Diffstat (limited to 'src/setup')
-rw-r--r-- | src/setup/joystick.c | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/setup/joystick.c b/src/setup/joystick.c index db4ad258..6c26e950 100644 --- a/src/setup/joystick.c +++ b/src/setup/joystick.c @@ -387,7 +387,14 @@ static const known_joystick_t known_joysticks[] = // which should just be the same configuration. { "WiseGroup.,Ltd Gameport to USB Controller", - 3, 8, 1, + 4, 8, 1, + pc_gameport_controller, + }, + + // How the Super Joy Box 7 appears on Mac OS X. + { + "Gameport to USB Controller", + 2, 8, 1, pc_gameport_controller, }, }; |