Skip to content

Commit

Permalink
[Util] two more executables to workaround Warhammer Online
Browse files Browse the repository at this point in the history
Test server executables need the same VendorID to work around the rendering issues.
  • Loading branch information
xpander69 authored and doitsujin committed Nov 14, 2023
1 parent 2ed1778 commit 1cb58b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/config/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 1cb58b0

Please sign in to comment.