Merge pull request #1241 from the-mech/master
added nvidia optimus enablement Issue #1120
This commit is contained in:
commit
3e7d475b59
@ -56,6 +56,9 @@
|
|||||||
#include "shlobj.h"
|
#include "shlobj.h"
|
||||||
static const WORD MAX_CONSOLE_LINES = 1500;
|
static const WORD MAX_CONSOLE_LINES = 1500;
|
||||||
|
|
||||||
|
extern "C" {
|
||||||
|
_declspec(dllexport) DWORD NvOptimusEnablement = 0x00000001;
|
||||||
|
}
|
||||||
|
|
||||||
//#define STDOUT_FILE
|
//#define STDOUT_FILE
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user