undo last commit for optimus hint because according to others it apparently can prevent GPU switching

This commit is contained in:
jp9000 2013-07-16 01:59:53 -07:00
parent 6bad03d117
commit ab34a238b5

View File

@ -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);