Merge pull request #10920 from hrydgard/opengl-default-gpu-amd

OpenGL: Similar to NvOptimusEnablement, use AmdPowerXPressRequestHighPerformance
This commit is contained in:
Unknown W. Brackets 2018-06-06 09:19:12 -04:00 committed by GitHub
commit 88c40442e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -73,6 +73,11 @@ extern "C" {
__declspec(dllexport) DWORD NvOptimusEnablement = 1;
}
// Also on AMD PowerExpress: https://community.amd.com/thread/169965
extern "C" {
__declspec(dllexport) int AmdPowerXpressRequestHighPerformance = 1;
}
CDisasm *disasmWindow[MAX_CPUCOUNT] = {0};
CGEDebugger *geDebuggerWindow = 0;
CMemoryDlg *memoryWindow[MAX_CPUCOUNT] = {0};