winmm: Support more joysticks.

This commit is contained in:
Vitaliy Margolen 2008-10-26 12:01:28 -06:00 committed by Alexandre Julliard
parent f36c9624e9
commit 9fbe249f3c
2 changed files with 2 additions and 2 deletions

View File

@ -78,7 +78,7 @@ WINE_DEFAULT_DEBUG_CHANNEL(joystick);
#ifdef HAVE_LINUX_JOYSTICK_H
#define MAXJOYSTICK (JOYSTICKID2 + 1)
#define MAXJOYSTICK (JOYSTICKID2 + 30)
typedef struct tagWINE_JSTCK {
int joyIntf;

View File

@ -48,7 +48,7 @@
WINE_DEFAULT_DEBUG_CHANNEL(winmm);
#define MAXJOYSTICK (JOYSTICKID2 + 1)
#define MAXJOYSTICK (JOYSTICKID2 + 30)
#define JOY_PERIOD_MIN (10) /* min Capture time period */
#define JOY_PERIOD_MAX (1000) /* max Capture time period */