1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-01-31 14:52:11 +01:00

[util] Enable hideIntegratedGraphics for Metro Exodus EE

This commit is contained in:
Philip Rebohle 2023-11-27 17:59:53 +01:00
parent 03c09ce15f
commit 1b31aa5dbc

View File

@ -867,6 +867,12 @@ namespace dxvk {
{ R"(\\HITMAN3\.exe$)", {{
{ "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" },
}} },
}};