mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-01-31 14:52:11 +01:00
[util] Enable constant buffer range check for Titan Quest
Reportedly flickers on Nvidia GPUs otherwise.
This commit is contained in:
parent
7a0360d7c2
commit
9444162ca6
@ -139,6 +139,10 @@ namespace dxvk {
|
|||||||
{ R"(\\h1_[ms]p64_ship\.exe$)", {{
|
{ R"(\\h1_[ms]p64_ship\.exe$)", {{
|
||||||
{ "dxgi.customVendorId", "10de" },
|
{ "dxgi.customVendorId", "10de" },
|
||||||
}} },
|
}} },
|
||||||
|
/* Titan Quest */
|
||||||
|
{ R"(\\TQ\.exe$)", {{
|
||||||
|
{ "d3d11.constantBufferRangeCheck", "True" },
|
||||||
|
}} },
|
||||||
}};
|
}};
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user