From 2d1a3f85891077f91cbbef4d67d6052a41458df7 Mon Sep 17 00:00:00 2001 From: Charlie Fenton Date: Sat, 29 Jun 2013 03:30:13 -0700 Subject: [PATCH] client: use a child process for detecting GPUs on all platforms, not just on Macs. --- client/gpu_detect.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/client/gpu_detect.cpp b/client/gpu_detect.cpp index 5a9d2cc936..09d3edfa4a 100644 --- a/client/gpu_detect.cpp +++ b/client/gpu_detect.cpp @@ -18,9 +18,7 @@ // client-specific GPU code. Mostly GPU detection -#ifdef __APPLE__ #define USE_CHILD_PROCESS_TO_DETECT_GPUS 1 -#endif #include "cpp.h"