diff 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
line wrap: on
line diff
--- a/include/SDL_config_macosx.h	Wed Dec 16 04:48:11 2009 +0000
+++ b/include/SDL_config_macosx.h	Wed Dec 16 06:53:53 2009 +0000
@@ -105,6 +105,7 @@
 #define HAVE_SIGACTION	1
 #define HAVE_SETJMP	1
 #define HAVE_NANOSLEEP	1
+#define HAVE_SYSCTLBYNAME 1
 
 /* Enable various audio drivers */
 #define SDL_AUDIO_DRIVER_COREAUDIO	1