diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index f27ae08b..66c6b604 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -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" }, + }} }, }};