mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-01-18 20:52:10 +01:00
[util] Enable constant buffer range check for Saints Row games
Fixes character flickering on Nvidia.
This commit is contained in:
parent
a2b629415e
commit
dacf1ab4d6
@ -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" },
|
||||
}} },
|
||||
}};
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user