[util] cachedDynamicBuffers for Codename Panzers Phase One/Two

Helps CPU bound performance
This commit is contained in:
Blisto91 2024-01-23 14:35:17 +01:00 committed by Philip Rebohle
parent 1568c263fb
commit 34d8e65fd7
1 changed files with 3 additions and 1 deletions

View File

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