From 9d6804e40a6671a02683db46aa15154b525e1ebf Mon Sep 17 00:00:00 2001 From: Robin Kertels Date: Fri, 26 May 2023 16:01:29 +0200 Subject: [PATCH] [util] Disable direct buffer mapping for Injustice --- src/util/config/config.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index 67e90fa4..79996639 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -769,6 +769,11 @@ namespace dxvk { { R"(\\Fallout76\.exe$)", {{ { "dxgi.syncInterval", "1" }, }} }, + /* Injustice: Gods Among Us * + * Locks a buffer that's still in use */ + { R"(\\injustice\.exe$)", {{ + { "d3d9.allowDirectBufferMapping", "False" }, + }} }, /**********************************************/ /* D3D12 GAMES (vkd3d-proton with dxvk dxgi) */