From a0b7883fa308c4e166ef48e59a4233fcbfdb8692 Mon Sep 17 00:00:00 2001 From: "R. Belmont" Date: Sun, 26 Feb 2012 22:55:18 +0000 Subject: SDL: support unofficial (not in the OSD class) num_processors API used by chdman. Allows chdman to use multiple cores/processors on non-Windows. [R. Belmont] --- src/tools/chdman.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/tools') diff --git a/src/tools/chdman.c b/src/tools/chdman.c index 095d77975ce..308bd622a32 100644 --- a/src/tools/chdman.c +++ b/src/tools/chdman.c @@ -52,12 +52,7 @@ #include #include -#ifdef _WIN32 #define NUM_PROCESSORS_SUPPORTED 1 -#else -#define NUM_PROCESSORS_SUPPORTED 0 -#endif - //************************************************************************** // CONSTANTS & DEFINES -- cgit v1.2.3