From 1ca235d1860eef75e8454a4f784fe14a2b0b29c1 Mon Sep 17 00:00:00 2001 From: Philip Rebohle Date: Tue, 12 Nov 2019 00:59:33 +0100 Subject: [PATCH] [util] Disable strict DC mode for MGSV again Not necessary since the resubmitted contexts don't contain mapped buffers. --- src/util/config/config.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index 66c6b604b..3828d381d 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -154,7 +154,6 @@ namespace dxvk { /* Metal Gear Solid 5 */ { R"(\\mgsvtpp\.exe$)", {{ { "dxvk.enableOpenVR", "False" }, - { "d3d11.dcSingleUseMode", "False" }, }} }, }};