mirror of
https://github.com/godotengine/godot.git
synced 2024-11-15 00:23:27 +00:00
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"
|
||||
static const WORD MAX_CONSOLE_LINES = 1500;
|
||||
|
||||
extern "C" {
|
||||
_declspec(dllexport) DWORD NvOptimusEnablement = 0x00000001;
|
||||
}
|
||||
|
||||
//#define STDOUT_FILE
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user