From 34d8e65fd75d5a1e1ae3f332c72417c612542ebf Mon Sep 17 00:00:00 2001 From: Blisto91 <47954800+Blisto91@users.noreply.github.com> Date: Tue, 23 Jan 2024 14:35:17 +0100 Subject: [PATCH] [util] cachedDynamicBuffers for Codename Panzers Phase One/Two Helps CPU bound performance --- src/util/config/config.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index 665fdf9a..84b10099 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -791,9 +791,11 @@ namespace dxvk { { "d3d9.maxFrameRate", "60" }, }} }, /* Codename Panzers Phase One/Two * - * Main menu won't render after intros */ + * Main menu won't render after intros * + * and CPU bound performance */ { R"(\\(PANZERS|PANZERS_Phase_2)\.exe$)", {{ { "d3d9.enableDialogMode", "True" }, + { "d3d9.cachedDynamicBuffers", "True" }, }} }, /* DC Universe Online * * Freezes after alt tabbing */