mirror of
https://github.com/Cxbx-Reloaded/Cxbx-Reloaded.git
synced 2025-04-02 11:11:52 -04:00
5 lines
237 B
C
5 lines
237 B
C
#include <Windows.h>
|
|
|
|
// Default to High Performance Mode on machines with dual graphics
|
|
__declspec(dllexport) int AmdPowerXpressRequestHighPerformance = 1; // AMD
|
|
__declspec(dllexport) DWORD NvOptimusEnablement = 0x00000001; // NVIDIA
|