summaryrefslogtreecommitdiffstatshomepage
path: root/src/tools
diff options
context:
space:
mode:
author R. Belmont <rb6502@users.noreply.github.com>2012-02-26 22:55:18 +0000
committer R. Belmont <rb6502@users.noreply.github.com>2012-02-26 22:55:18 +0000
commita0b7883fa308c4e166ef48e59a4233fcbfdb8692 (patch)
tree4fe55b736f60a2ebc063b25a9f30a66389ea2911 /src/tools
parent569dc10219bfde117adc4ff8a002cd1b8d4bc750 (diff)
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]
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/chdman.c5
1 files changed, 0 insertions, 5 deletions
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 <ctype.h>
#include <new>
-#ifdef _WIN32
#define NUM_PROCESSORS_SUPPORTED 1
-#else
-#define NUM_PROCESSORS_SUPPORTED 0
-#endif
-
//**************************************************************************
// CONSTANTS & DEFINES