1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2024-11-29 01:24:11 +01:00

[util] Hide integrated graphics for Diablo 4

This commit is contained in:
Philip Rebohle 2024-11-10 21:38:34 +01:00
parent d13375f4ed
commit 125f0acefd

View File

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