From fdb2b972e9cfae6e4d1dffcf71891932b9ebaba2 Mon Sep 17 00:00:00 2001 From: Philip Rebohle Date: Sat, 25 Jan 2020 12:04:24 +0100 Subject: [PATCH] [util] Add more exe names to Gothic 3 app profile Fixes #1372. --- src/util/config/config.cpp | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index cbc735e9..9c6a735a 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -197,12 +197,7 @@ namespace dxvk { { "d3d9.lenientClear", "True" }, }} }, /* Gothic 3 */ - { R"(\\Gothic3\.exe$)", {{ - { "d3d9.allowLockFlagReadonly", "False" }, - { "d3d9.supportDFFormats", "False" }, - }} }, - /* Gothic 3 Forsaken Gods */ - { R"(\\Gothic III Forsaken Gods\.exe$)", {{ + { R"(\\Gothic(3|3Final| III Forsaken Gods)\.exe$)", {{ { "d3d9.allowLockFlagReadonly", "False" }, { "d3d9.supportDFFormats", "False" }, }} },