[util] Enable constant buffer range check for Saints Row games

Fixes character flickering on Nvidia.
This commit is contained in:
Alexandr 2019-10-27 05:47:58 +03:00 committed by Philip Rebohle
parent a2b629415e
commit dacf1ab4d6
1 changed files with 8 additions and 0 deletions

View File

@ -143,6 +143,14 @@ namespace dxvk {
{ R"(\\TQ\.exe$)", {{
{ "d3d11.constantBufferRangeCheck", "True" },
}} },
/* Saints Row IV */
{ R"(\\SaintsRowIV\.exe$)", {{
{ "d3d11.constantBufferRangeCheck", "True" },
}} },
/* Saints Row: The Third */
{ R"(\\SaintsRowTheThird_DX11\.exe$)", {{
{ "d3d11.constantBufferRangeCheck", "True" },
}} },
}};