Skip to content

Commit

Permalink
[util] cachedDynamicBuffers for Codename Panzers Phase One/Two
Browse files Browse the repository at this point in the history
Helps CPU bound performance
  • Loading branch information
Blisto91 authored and doitsujin committed Jan 23, 2024
1 parent 1568c26 commit 34d8e65
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/util/config/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 34d8e65

Please sign in to comment.