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

[util] Add config for Warhammer Online

This commit is contained in:
Joshua Ashton 2021-02-27 20:31:13 +00:00
parent 8c2ec5d9c9
commit c7bebe8267
No known key found for this signature in database
GPG Key ID: C85A08669126BE8D

View File

@ -391,6 +391,10 @@ namespace dxvk {
{ "d3d9.customVendorId", "10de" },
{ "d3d9.customDeviceId", "0402" },
}} },
/* Warhammer: Online */
{ R"(\\WAR(-64)?\.exe$)", {{
{ "d3d9.allowImplicitDiscard", "False" },
}} },
}};