mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-13 19:29:14 +01:00
[util] Enable invariant position for Saint's Row III / IV
This commit is contained in:
parent
2435c6369c
commit
c780ed5da3
@ -139,10 +139,12 @@ namespace dxvk {
|
||||
/* Saints Row IV */
|
||||
{ R"(\\SaintsRowIV\.exe$)", {{
|
||||
{ "d3d11.constantBufferRangeCheck", "True" },
|
||||
{ "d3d11.invariantPosition", "True" },
|
||||
}} },
|
||||
/* Saints Row: The Third */
|
||||
{ R"(\\SaintsRowTheThird_DX11\.exe$)", {{
|
||||
{ "d3d11.constantBufferRangeCheck", "True" },
|
||||
{ "d3d11.invariantPosition", "True" },
|
||||
}} },
|
||||
/* Metal Gear Solid 5 */
|
||||
{ R"(\\mgsvtpp\.exe$)", {{
|
||||
|
Loading…
x
Reference in New Issue
Block a user