From bfa86209493ea4b1ce350dcd37a65cfbff8af9c1 Mon Sep 17 00:00:00 2001 From: Holmes Futrell Date: Thu, 1 Jan 2009 23:01:05 +0000 Subject: [PATCH] Re-enabled joystick support during compilation. --HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403410 --- include/SDL_config_iphoneos.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/SDL_config_iphoneos.h b/include/SDL_config_iphoneos.h index 7f9ba9e40..928976ac9 100644 --- a/include/SDL_config_iphoneos.h +++ b/include/SDL_config_iphoneos.h @@ -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