Use High Performance GPUs by default

This commit is contained in:
Luke Usher 2018-03-15 08:14:14 +00:00
parent 7c1031f321
commit 36b423bf1c
1 changed files with 3 additions and 0 deletions

View File

@ -36,6 +36,9 @@
#define _XBOXKRNL_DEFEXTRN_ #define _XBOXKRNL_DEFEXTRN_
// Default to High Performance Mode on machines with dual graphics
extern "C" { __declspec(dllexport) int AmdPowerXpressRequestHighPerformance = 1; // AMD __declspec(dllexport) DWORD NvOptimusEnablement = 0x00000001; // NVIDIA }
/* prevent name collisions */ /* prevent name collisions */
namespace xboxkrnl namespace xboxkrnl
{ {