From 4b4d323ec36c0593135f26dd7dcb035d14653ae9 Mon Sep 17 00:00:00 2001 From: Blisto91 <47954800+Blisto91@users.noreply.github.com> Date: Mon, 17 Jun 2024 22:43:56 +0200 Subject: [PATCH] [util] Set cachedDynamicBuffers for Dragonshard Works around massive FPS decreases in some scenes --- 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 f4c1d9700..efbaf304c 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -943,6 +943,11 @@ namespace dxvk { { R"(\\FalloutNV\.exe$)", {{ { "d3d9.floatEmulation", "Strict" }, }} }, + /* Dungeons and Dragons: Dragonshard * + * Massive FPS decreases in some scenes */ + { R"(\\Dragonshard\.exe$)", {{ + { "d3d9.cachedDynamicBuffers", "True" }, + }} }, /**********************************************/