1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-02-20 19:54:19 +01:00

[util] Add app profile for Metal Gear Solid 5

This commit is contained in:
Philip Rebohle 2019-11-11 23:31:14 +01:00
parent cc18730967
commit 4f7e7979e3
No known key found for this signature in database
GPG Key ID: C8CC613427A31C99

View File

@ -151,6 +151,11 @@ namespace dxvk {
{ R"(\\SaintsRowTheThird_DX11\.exe$)", {{
{ "d3d11.constantBufferRangeCheck", "True" },
}} },
/* Metal Gear Solid 5 */
{ R"(\\mgsvtpp\.exe$)", {{
{ "dxvk.enableOpenVR", "False" },
{ "d3d11.dcSingleUseMode", "False" },
}} },
}};