Re-enabled joystick support during compilation.

This commit is contained in:
Holmes Futrell 2009-01-01 23:01:05 +00:00
parent f4135a38db
commit 7375c9648c

View File

@ -94,9 +94,6 @@ typedef unsigned long uintptr_t;
/* Enable the stub cdrom driver (src/cdrom/dummy/\*.c) */
#define SDL_CDROM_DISABLED 1
/* Enable the stub joystick driver (src/joystick/dummy/\*.c) */
#define SDL_JOYSTICK_DISABLED 1
/* Enable the stub haptic driver (src/haptic/dummy/\*.c) */
#define SDL_HAPTIC_DISABLED 1