From f84f992d44900d0e118df63cfd36885bec248423 Mon Sep 17 00:00:00 2001 From: Winter Snowfall Date: Sun, 23 Oct 2022 17:16:48 +0300 Subject: [PATCH] [util] Also enable workaround for the "mod load exe" of ToEE --- src/util/config/config.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index f25e7c6b5..fad24021e 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -402,7 +402,7 @@ namespace dxvk { { "d3d9.forceAspectRatio", "16:9" }, }} }, /* D&D - The Temple Of Elemental Evil */ - { R"(\\ToEE\.exe$)", {{ + { R"(\\ToEE(a)?\.exe$)", {{ { "d3d9.allowDiscard", "False" }, }} }, /* ZUSI 3 - Aerosoft Edition */