mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-25 09:09:53 +00:00
Maybe force dedicated GPU on dual-AMD machines
This commit is contained in:
parent
6669438f7f
commit
7b482bc2e2
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,8 @@
|
|||
#include <windows.h>
|
||||
// makes __argc and __argv available on windows
|
||||
#include <cstdlib>
|
||||
|
||||
extern "C" __declspec(dllexport) DWORD AmdPowerXpressRequestHighPerformance = 0x00000001;
|
||||
#endif
|
||||
|
||||
#if (defined(__APPLE__) || defined(__linux) || defined(__unix) || defined(__posix))
|
||||
|
|
Loading…
Reference in a new issue