Merge pull request #104 from md-5/patch-1

Force high performance GPU for Nvidia Optimus systems
This commit is contained in:
Ioannis Tsakpinis 2014-12-14 19:00:49 +02:00
commit 4a8e5bf4f7
1 changed files with 2 additions and 0 deletions

View File

@ -47,6 +47,8 @@
HINSTANCE dll_handle;
__declspec(dllexport) DWORD NvOptimusEnablement = 0x00000001; // Force high performance GPU for Nvidia Optimus systems
/*
* DLL entry point for Windows. Called when Java loads the .dll
*/