From 346197c8c1302cf0ccfdb7c0cdca1b826819f47c Mon Sep 17 00:00:00 2001 From: Philip Rebohle Date: Wed, 12 Aug 2020 23:39:53 +0200 Subject: [PATCH] [util] Enable apitrace mode for Darksiders Warmastered Edition Fixes #1719. --- 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 8ccd46d44..1f3f2f1e9 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -229,6 +229,11 @@ namespace dxvk { { R"(\\Observation\.exe$)", {{ { "d3d11.enableRtOutputNanFixup", "True" }, }} }, + /* Darksiders Warmastered - apparently reads * + * from write-only mapped buffers */ + { R"(\\darksiders1\.exe$)", {{ + { "d3d11.apitraceMode", "True" }, + }} }, /**********************************************/ /* D3D9 GAMES */