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:
-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 */