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:
-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" },
+ }} },
}};