1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-02-05 06:40:09 +00:00

Merge branch 'TisIPickles27-test' into 'master'

[WIP] Maybe force dedicated GPU on dual-AMD machines

See merge request OpenMW/openmw!1214
This commit is contained in:
psi29a 2022-07-05 15:56:02 +00:00
commit 7470f6971d

View File

@ -17,6 +17,8 @@
#include <components/windows.hpp> #include <components/windows.hpp>
// makes __argc and __argv available on windows // makes __argc and __argv available on windows
#include <cstdlib> #include <cstdlib>
extern "C" __declspec(dllexport) DWORD AmdPowerXpressRequestHighPerformance = 0x00000001;
#endif #endif
#include <filesystem> #include <filesystem>