Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/doitsujin/dxvk.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Rebohle <philip.rebohle@tu-dortmund.de>2023-11-27 19:59:53 +0300
committerPhilip Rebohle <philip.rebohle@tu-dortmund.de>2023-11-27 19:59:53 +0300
commitff59760774b6683b77eb503d7870fa0898777d8b (patch)
treedf34cc0ad4fea57347bfa7af9828c20e1571c5d0
parent83b13e47e0e72391ead7596b049ba7be08593baa (diff)
[util] Enable hideIntegratedGraphics for Metro Exodus EEhide-igp
-rw-r--r--src/util/config/config.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp
index 638773f1..3d9e25f5 100644
--- a/src/util/config/config.cpp
+++ b/src/util/config/config.cpp
@@ -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" },
+ }} },
}};