1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-02-07 16:54:14 +01:00

[util] Enable hideIntegratedGraphics for Bright memory

The game will prefer other vendors over Intel even if the latter is the dGPU in the system. It likely assumes that Intel is always a iGPU.
This also happens with the native game on Windows and so isn't a Linux exclusive. Both in d3d11 and d3d12 mode.
This commit is contained in:
Blisto91 2025-01-11 16:42:33 +01:00 committed by Philip Rebohle
parent 07397305f1
commit 7f4e25267c

View File

@ -43,6 +43,11 @@ namespace dxvk {
{ R"(\\Wow(Classic)?\.exe$)", {{
{ "dxvk.hideIntegratedGraphics", "True" },
}} },
/* Bright Memory - Will choose other vendors *
* over Intel even if Intel is the only dGPU */
{ R"(\\BrightMemory_EP1-Win64-Shipping\.exe$)", {{
{ "dxvk.hideIntegratedGraphics", "True" },
}} },
/**********************************************/
/* D3D11 GAMES */