comparison include/SDL_config_macosx.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 4ec48602f1db
children 15eea7a1fa97
comparison
equal deleted inserted replaced
3578:0d1b16ee0bca 3579:3427271a2d75
103 #define HAVE_SINF 1 103 #define HAVE_SINF 1
104 #define HAVE_SQRT 1 104 #define HAVE_SQRT 1
105 #define HAVE_SIGACTION 1 105 #define HAVE_SIGACTION 1
106 #define HAVE_SETJMP 1 106 #define HAVE_SETJMP 1
107 #define HAVE_NANOSLEEP 1 107 #define HAVE_NANOSLEEP 1
108 #define HAVE_SYSCTLBYNAME 1
108 109
109 /* Enable various audio drivers */ 110 /* Enable various audio drivers */
110 #define SDL_AUDIO_DRIVER_COREAUDIO 1 111 #define SDL_AUDIO_DRIVER_COREAUDIO 1
111 #define SDL_AUDIO_DRIVER_DISK 1 112 #define SDL_AUDIO_DRIVER_DISK 1
112 #define SDL_AUDIO_DRIVER_DUMMY 1 113 #define SDL_AUDIO_DRIVER_DUMMY 1