From 7469f5d4a0ed2001a8b8fb776270e983633329ac Mon Sep 17 00:00:00 2001 From: Philip Rebohle Date: Fri, 24 Jan 2020 13:45:13 +0100 Subject: [PATCH] [util] Disable supportDFFormats for Gothic 3 See #1367. --- src/util/config/config.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index 96bc992f..b8c2758a 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -199,10 +199,12 @@ namespace dxvk { /* Gothic 3 */ { R"(\\Gothic3\.exe$)", {{ { "d3d9.allowLockFlagReadonly", "False" }, + { "d3d9.supportDFFormats", "False" }, }} }, /* Gothic 3 Forsaken Gods */ { R"(\\Gothic III Forsaken Gods\.exe$)", {{ { "d3d9.allowLockFlagReadonly", "False" }, + { "d3d9.supportDFFormats", "False" }, }} }, /* Risen */ { R"(\\Risen\.exe$)", {{