1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-02-20 10:54:16 +01:00

[util] Add custom vendor id for Warhammer Online

This commit is contained in:
Joshua Ashton 2021-02-28 09:54:33 +00:00
parent 375f8323e2
commit 572315567c
No known key found for this signature in database
GPG Key ID: C85A08669126BE8D

View File

@ -394,6 +394,7 @@ namespace dxvk {
/* Warhammer: Online */
{ R"(\\WAR(-64)?\.exe$)", {{
{ "d3d9.allowImplicitDiscard", "False" },
{ "d3d9.customVendorId", "1002" },
}} },
}};