Mercurial > sdl-ios-xcode
comparison 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 |
comparison
equal
deleted
inserted
replaced
4721:7bb9d3a3f257 | 4722:faa228f7ce5b |
---|---|
119 | 119 |
120 #define SDL_CDROM_DISABLED 1 | 120 #define SDL_CDROM_DISABLED 1 |
121 | 121 |
122 #define SDL_HAPTIC_DISABLED 1 | 122 #define SDL_HAPTIC_DISABLED 1 |
123 | 123 |
124 #define SDL_JOYSTICK_DISABLED 1 | 124 #define SDL_JOYSTICK_ANDROID 1 |
125 | 125 |
126 #define SDL_LOADSO_DISABLED 1 | 126 #define SDL_LOADSO_DISABLED 1 |
127 | 127 |
128 /* Enable various threading systems */ | 128 /* Enable various threading systems */ |
129 #define SDL_THREAD_PTHREAD 1 | 129 #define SDL_THREAD_PTHREAD 1 |