From 4831909656521f6650578a62bd0151ef76feb6ee Mon Sep 17 00:00:00 2001 From: Philip Rebohle Date: Sun, 7 Aug 2022 20:04:37 +0200 Subject: [PATCH] [d3d9] Enable apitrace mode for The Witcher --- src/util/config/config.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index 90a3eb223..a80df9ce9 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -603,6 +603,10 @@ namespace dxvk { { R"(\\SR2_pc\.exe$)", {{ { "d3d9.textureMemory", "0" }, }} }, + /* Witcher 1: Very long loading times */ + { R"(\\witcher\.exe$)", {{ + { "d3d9.apitraceMode", "True" }, + }} }, }};