diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index 8ccd46d4..1f3f2f1e 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 */