From 9444162ca64c3fbc775e547f00febde2b413b29d Mon Sep 17 00:00:00 2001 From: Philip Rebohle Date: Sun, 20 Oct 2019 13:27:12 +0200 Subject: [PATCH] [util] Enable constant buffer range check for Titan Quest Reportedly flickers on Nvidia GPUs otherwise. --- src/util/config/config.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index facafeb90..88ffd3851 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -139,6 +139,10 @@ namespace dxvk { { R"(\\h1_[ms]p64_ship\.exe$)", {{ { "dxgi.customVendorId", "10de" }, }} }, + /* Titan Quest */ + { R"(\\TQ\.exe$)", {{ + { "d3d11.constantBufferRangeCheck", "True" }, + }} }, }};