diff --git a/src/graphics/glwrap.cpp b/src/graphics/glwrap.cpp index 9470e4a85..e7f4883f0 100644 --- a/src/graphics/glwrap.cpp +++ b/src/graphics/glwrap.cpp @@ -693,9 +693,10 @@ bool checkGLError() } #ifdef WIN32 -// Tell system that it should use nvidia on optimus devices +// Tell system that it should use nvidia on optimus devices and amd on enduro devices extern "C" { __declspec(dllexport) DWORD NvOptimusEnablement = 0x00000001; + __declspec(dllexport) DWORD AmdPowerXpressRequestHighPerformance = 0x00000001; } #endif