1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-03-04 11:09:41 +00:00

Merge branch 'TisIPickles27-test' into 'master'

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

See merge request 
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>
// makes __argc and __argv available on windows
#include <cstdlib>
extern "C" __declspec(dllexport) DWORD AmdPowerXpressRequestHighPerformance = 0x00000001;
#endif
#include <filesystem>