mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-01 10:54:14 +01:00
[util] Enable hideIntegratedGraphics for Metro Exodus EE
This commit is contained in:
parent
03c09ce15f
commit
1b31aa5dbc
@ -867,6 +867,12 @@ namespace dxvk {
|
|||||||
{ R"(\\HITMAN3\.exe$)", {{
|
{ R"(\\HITMAN3\.exe$)", {{
|
||||||
{ "dxgi.hideNvidiaGpu", "False" },
|
{ "dxgi.hideNvidiaGpu", "False" },
|
||||||
}} },
|
}} },
|
||||||
|
/* Metro Exodus Enhanced Edition picks GPU adapters
|
||||||
|
* by available VRAM, which causes issues on some
|
||||||
|
* systems with integrated graphics. */
|
||||||
|
{ R"(\\Metro Exodus Enhanced Edition\\MetroExodus\.exe$)", {{
|
||||||
|
{ "dxvk.hideIntegratedGraphics", "True" },
|
||||||
|
}} },
|
||||||
}};
|
}};
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user