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-12-01 16:14:36 +0300
commit1b31aa5dbca0749d0737cff02043acb061332fb6 (patch)
treea22a3f76421d87540d337add933f27f3711b230a
parent03c09ce15f9f1e3ae4dd24dffb1e3f235127bcfc (diff)
[util] Enable hideIntegratedGraphics for Metro Exodus EE
-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 22735a16..6cd72ae8 100644
--- a/src/util/config/config.cpp
+++ b/src/util/config/config.cpp
@@ -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" },
+ }} },
}};