From 79a20c463fa032aca49eb5240b99aa806142ee1e Mon Sep 17 00:00:00 2001 From: Robin Kertels Date: Mon, 18 Oct 2021 18:08:43 +0200 Subject: [PATCH] [util] Enable apitrace mode for Crysis 3 Remastered --- src/util/config/config.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index 2d2e5af1..b5ba90f5 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -154,6 +154,12 @@ namespace dxvk { { "dxgi.customVendorId", "10de" }, { "d3d11.apitraceMode", "True" }, }} }, + /* Crysis 3 Remastered * + * Apitrace mode helps massively in cpu bound * + * game parts */ + { R"(\\Crysis3Remastered\.exe$)", {{ + { "d3d11.apitraceMode", "True" }, + }} }, /* Atelier series - games try to render video * * with a D3D9 swap chain over the DXGI swap * * chain, which breaks D3D11 presentation */