From ab34a238b5dba71ce785e2fcf365a39479982b1c Mon Sep 17 00:00:00 2001 From: jp9000 Date: Tue, 16 Jul 2013 01:59:53 -0700 Subject: [PATCH] undo last commit for optimus hint because according to others it apparently can prevent GPU switching --- Source/OBS.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Source/OBS.cpp b/Source/OBS.cpp index 6a455f6a..d88e751e 100644 --- a/Source/OBS.cpp +++ b/Source/OBS.cpp @@ -24,8 +24,7 @@ //primarily main window stuff an initialization/destruction code //god forsaken laptops -extern "C" _declspec(dllexport) DWORD NvOptimusEnablement = 0x00000001; - +//extern "C" _declspec(dllexport) DWORD NvOptimusEnablement = 0x00000001; typedef bool (*LOADPLUGINPROC)(); typedef bool (*LOADPLUGINEXPROC)(UINT);