Skip to content

Commit

Permalink
[util] Hide integrated graphics for Diablo 4
Browse files Browse the repository at this point in the history
  • Loading branch information
doitsujin committed Nov 10, 2024
1 parent d13375f commit 125f0ac
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/util/config/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,11 @@ namespace dxvk {
/**********************************************/

/* Diablo 4 - Will complain about missing *
* GPU unless dxgi Id match actual GPU Id */
* GPU unless dxgi Id match actual GPU Id. *
* Bugs out on some multi-gpu systems. */
{ R"(\\Diablo IV\.exe$)", {{
{ "dxgi.hideNvidiaGpu", "False" },
{ "dxgi.hideNvidiaGpu", "False" },
{ "dxvk.hideIntegratedGraphics", "True" },
}} },
/* Ratchet & Clank: Rift Apart - does not allow
* enabling ray tracing if it sees an AMD GPU. */
Expand Down

0 comments on commit 125f0ac

Please sign in to comment.