client: use a child process for detecting GPUs on all platforms, not just on Macs.

This commit is contained in:
Charlie Fenton 2013-06-29 03:30:13 -07:00
parent 7f27f2c4a2
commit 2d1a3f8589
1 changed files with 0 additions and 2 deletions

View File

@ -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"