Chairloader icon indicating copy to clipboard operation
Chairloader copied to clipboard

Preditor runs on iGPU on laptops

Open tmp64 opened this issue 1 year ago • 0 comments

Preditor should use the dGPU

Fix: add to the launcher exe

extern "C" 
{
  __declspec(dllexport) unsigned long NvOptimusEnablement = 0x00000001;
  __declspec(dllexport) int AmdPowerXpressRequestHighPerformance = 1;
}

tmp64 avatar May 11 '24 04:05 tmp64