diff include/SDL_config_android.h @ 4722:faa228f7ce5b

- Cleaned up a bunch of code - Added 'feature' enable/disable so we're not running accel/sound/whatever in Java when we don't need to be - More work on the sound system. But it still crashes pretty horribly, not sure why yet.
author Paul Hunkin <paul@bieh.net>
date Tue, 27 Jul 2010 21:21:24 +0200
parents 80f8d672b52e
children 77f079051f60
line wrap: on
line diff
--- a/include/SDL_config_android.h	Tue Jul 27 21:20:17 2010 +0200
+++ b/include/SDL_config_android.h	Tue Jul 27 21:21:24 2010 +0200
@@ -121,7 +121,7 @@
 
 #define SDL_HAPTIC_DISABLED 1
 
-#define SDL_JOYSTICK_DISABLED 1
+#define SDL_JOYSTICK_ANDROID 1
 
 #define SDL_LOADSO_DISABLED 1