From 656441dc3b1a98aaccdfd1e3e341e73e6e26094a Mon Sep 17 00:00:00 2001 From: David Anderson Date: Mon, 12 Oct 2009 22:45:44 +0000 Subject: [PATCH] svn path=/trunk/boinc/; revision=19292 --- client/client_state.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/client_state.cpp b/client/client_state.cpp index e290af7ec7..648e12cd8e 100644 --- a/client/client_state.cpp +++ b/client/client_state.cpp @@ -277,7 +277,7 @@ int CLIENT_STATE::init() { fake_cuda(coprocs, 2); msg_printf(NULL, MSG_INFO, "Faking an NVIDIA GPU"); #endif -#if 1 +#if 0 fake_ati(coprocs, 2); msg_printf(NULL, MSG_INFO, "Faking an ATI GPU"); #endif