comparison include/SDL_config_iphoneos.h @ 3579:3427271a2d75

Added SDL_GetCPUCount() to see how many cores are available.
author Sam Lantinga <slouken@libsdl.org>
date Wed, 16 Dec 2009 06:53:53 +0000
parents 24d13328c44a
children 15eea7a1fa97
comparison
equal deleted inserted replaced
3578:0d1b16ee0bca 3579:3427271a2d75
104 #define HAVE_SINF 1 104 #define HAVE_SINF 1
105 #define HAVE_SQRT 1 105 #define HAVE_SQRT 1
106 #define HAVE_SIGACTION 1 106 #define HAVE_SIGACTION 1
107 #define HAVE_SETJMP 1 107 #define HAVE_SETJMP 1
108 #define HAVE_NANOSLEEP 1 108 #define HAVE_NANOSLEEP 1
109 #define HAVE_SYSCTLBYNAME 1
109 110
110 /* enable iPhone version of Core Audio driver */ 111 /* enable iPhone version of Core Audio driver */
111 #define SDL_AUDIO_DRIVER_COREAUDIOIPHONE 1 112 #define SDL_AUDIO_DRIVER_COREAUDIOIPHONE 1
112 /* Enable the dummy audio driver (src/audio/dummy/\*.c) */ 113 /* Enable the dummy audio driver (src/audio/dummy/\*.c) */
113 #define SDL_AUDIO_DRIVER_DUMMY 1 114 #define SDL_AUDIO_DRIVER_DUMMY 1