From 1cb58b0732d96976c4a0a9e268ce55253dd51a8d Mon Sep 17 00:00:00 2001 From: xpander69 Date: Thu, 9 Nov 2023 12:16:55 +0200 Subject: [Util] two more executables to workaround Warhammer Online Test server executables need the same VendorID to work around the rendering issues. --- 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 638773f1..1d30d844 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -568,7 +568,7 @@ namespace dxvk { { "d3d9.customDeviceId", "0402" }, }} }, /* Warhammer: Online */ - { R"(\\WAR(-64)?\.exe$)", {{ + { R"(\\(WAR(-64)?|WARTEST(-64)?)\.exe$)", {{ { "d3d9.customVendorId", "1002" }, }} }, /* Dragon Nest */ -- cgit v1.2.3