mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-06 20:58:37 +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:
parent
efb9d444c1
commit
7f2cb1b37f
1 changed files with 5 additions and 0 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Reference in a new issue