client: Do not use child process GPU detection when debugging.

This commit is contained in:
Rom Walton 2013-10-10 16:11:20 -04:00
parent 8888ba6aa8
commit b1aaff7dd6
1 changed files with 3 additions and 1 deletions

View File

@ -18,7 +18,9 @@
// client-specific GPU code. Mostly GPU detection
//#define USE_CHILD_PROCESS_TO_DETECT_GPUS 1
#ifdef _DEBUG
#define USE_CHILD_PROCESS_TO_DETECT_GPUS 1
#endif
#include "cpp.h"