diff -r 2cf94ca4ad24 include/SDL_config_iphoneos.h --- a/include/SDL_config_iphoneos.h Tue Jul 26 14:20:22 2011 -0700 +++ b/include/SDL_config_iphoneos.h Sun Aug 28 07:45:29 2011 +0200 @@ -140,6 +140,9 @@ /* enable iPhone keyboard support */ #define SDL_IPHONE_KEYBOARD 1 +/* enable joystick subsystem */ +#define SDL_JOYSTICK_DISABLED 0 + /* Set max recognized G-force from accelerometer See src/joystick/uikit/SDLUIAccelerationDelegate.m for notes on why this is needed */