1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-03-15 07:29:17 +01:00

[util] Enable invariant position for Saint's Row III / IV

This commit is contained in:
Philip Rebohle 2020-02-07 17:40:55 +01:00
parent 2435c6369c
commit c780ed5da3
No known key found for this signature in database
GPG Key ID: C8CC613427A31C99

View File

@ -139,10 +139,12 @@ namespace dxvk {
/* Saints Row IV */ /* Saints Row IV */
{ R"(\\SaintsRowIV\.exe$)", {{ { R"(\\SaintsRowIV\.exe$)", {{
{ "d3d11.constantBufferRangeCheck", "True" }, { "d3d11.constantBufferRangeCheck", "True" },
{ "d3d11.invariantPosition", "True" },
}} }, }} },
/* Saints Row: The Third */ /* Saints Row: The Third */
{ R"(\\SaintsRowTheThird_DX11\.exe$)", {{ { R"(\\SaintsRowTheThird_DX11\.exe$)", {{
{ "d3d11.constantBufferRangeCheck", "True" }, { "d3d11.constantBufferRangeCheck", "True" },
{ "d3d11.invariantPosition", "True" },
}} }, }} },
/* Metal Gear Solid 5 */ /* Metal Gear Solid 5 */
{ R"(\\mgsvtpp\.exe$)", {{ { R"(\\mgsvtpp\.exe$)", {{