mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-02-22 16:54:27 +01:00
[util] Add app profile for Metal Gear Solid 5
This commit is contained in:
parent
cc18730967
commit
4f7e7979e3
@ -151,6 +151,11 @@ namespace dxvk {
|
|||||||
{ R"(\\SaintsRowTheThird_DX11\.exe$)", {{
|
{ R"(\\SaintsRowTheThird_DX11\.exe$)", {{
|
||||||
{ "d3d11.constantBufferRangeCheck", "True" },
|
{ "d3d11.constantBufferRangeCheck", "True" },
|
||||||
}} },
|
}} },
|
||||||
|
/* Metal Gear Solid 5 */
|
||||||
|
{ R"(\\mgsvtpp\.exe$)", {{
|
||||||
|
{ "dxvk.enableOpenVR", "False" },
|
||||||
|
{ "d3d11.dcSingleUseMode", "False" },
|
||||||
|
}} },
|
||||||
}};
|
}};
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user