Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/doitsujin/dxvk.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxpander69 <xpander0@gmail.com>2023-11-09 13:16:55 +0300
committerPhilip Rebohle <25567304+doitsujin@users.noreply.github.com>2023-11-14 14:23:50 +0300
commit1cb58b0732d96976c4a0a9e268ce55253dd51a8d (patch)
tree5393f41adbc84e5f6bbef9dd5afc66f942910d04
parent2ed1778df9ea5d81fff22f76f125b08995454847 (diff)
[Util] two more executables to workaround Warhammer Online
Test server executables need the same VendorID to work around the rendering issues.
-rw-r--r--src/util/config/config.cpp2
1 files changed, 1 insertions, 1 deletions
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 */