1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-01-19 05:52:11 +01:00

[util] Enable constant buffer range check for Titan Quest

Reportedly flickers on Nvidia GPUs otherwise.
This commit is contained in:
Philip Rebohle 2019-10-20 13:27:12 +02:00
parent 7a0360d7c2
commit 9444162ca6
No known key found for this signature in database
GPG Key ID: C8CC613427A31C99

View File

@ -139,6 +139,10 @@ namespace dxvk {
{ R"(\\h1_[ms]p64_ship\.exe$)", {{
{ "dxgi.customVendorId", "10de" },
}} },
/* Titan Quest */
{ R"(\\TQ\.exe$)", {{
{ "d3d11.constantBufferRangeCheck", "True" },
}} },
}};