Skip to content

Commit

Permalink
[util] Enable hideIntegratedGraphics for Metro Exodus EE
Browse files Browse the repository at this point in the history
  • Loading branch information
doitsujin committed Dec 1, 2023
1 parent 03c09ce commit 1b31aa5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/util/config/config.cpp
Expand Up @@ -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" },
}} },
}};


Expand Down

0 comments on commit 1b31aa5

Please sign in to comment.