[util] Enable hideIntegratedGraphics for Metro Exodus EE

This commit is contained in:
Philip Rebohle 2023-11-27 17:59:53 +01:00
parent 83b13e47e0
commit ff59760774
1 changed files with 6 additions and 0 deletions

View File

@ -863,6 +863,12 @@ namespace dxvk {
{ R"(\\Cyberpunk2077\.exe$)", {{
{ "dxgi.useMonitorFallback", "True" },
}} },
/* 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" },
}} },
}};