From e70f9f92a6a4f01d811c3f4577b16da7eca9e636 Mon Sep 17 00:00:00 2001 From: Philip Rebohle Date: Mon, 14 Feb 2022 09:20:41 +0100 Subject: [PATCH] [util] Enable apitrace mode for Nier Replicant Game is broken and reads back dynamic vertex/index buffers over PCI-E. --- src/util/config/config.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index ecacb3631..f4b6952ad 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -115,8 +115,9 @@ namespace dxvk { }} }, /* NieR Replicant */ { R"(\\NieR Replicant ver\.1\.22474487139\.exe)", {{ - { "dxgi.syncInterval", "1" }, - { "dxgi.maxFrameRate", "60" }, + { "dxgi.syncInterval", "1" }, + { "dxgi.maxFrameRate", "60" }, + { "d3d11.apitraceMode", "True" }, }} }, /* SteamVR performance test */ { R"(\\vr\.exe$)", {{