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:
parent
d13375f4ed
commit
125f0acefd
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user