Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/doitsujin/dxvk.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBlisto91 <47954800+Blisto91@users.noreply.github.com>2024-01-23 16:35:17 +0300
committerPhilip Rebohle <25567304+doitsujin@users.noreply.github.com>2024-01-23 17:44:28 +0300
commit34d8e65fd75d5a1e1ae3f332c72417c612542ebf (patch)
tree785b7ab6bce686b0db121823687f5c4cf4cf5e56
parent1568c263fbec4c8d5f8f9286e0be40af7fdfb9a6 (diff)
[util] cachedDynamicBuffers for Codename Panzers Phase One/Two
Helps CPU bound performance
-rw-r--r--src/util/config/config.cpp4
1 files changed, 3 insertions, 1 deletions
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 */