[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 GitHub
parent efb9d444c1
commit 7f2cb1b37f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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 */