Skip to content

Commit

Permalink
[util] Enable constant buffer range check for Saints Row games
Browse files Browse the repository at this point in the history
Fixes character flickering on Nvidia.
  • Loading branch information
tannisroot authored and doitsujin committed Oct 27, 2019
1 parent a2b6294 commit dacf1ab
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/util/config/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
}} },
}};


Expand Down

0 comments on commit dacf1ab

Please sign in to comment.