mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-21 06:14:10 +00:00
Merge pull request #104 from md-5/patch-1
Force high performance GPU for Nvidia Optimus systems
This commit is contained in:
commit
4a8e5bf4f7
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue