1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2024-11-29 01:24:11 +01:00

[util] Enable deferSurfaceCreation for the Codename Panzer series

This commit is contained in:
WinterSnowfall 2024-11-27 16:22:14 +02:00 committed by Philip Rebohle
parent d7bd3cd58e
commit b8ce414820

View File

@ -822,7 +822,8 @@ namespace dxvk {
* Main menu won't render after intros *
* and CPU bound performance */
{ R"(\\(PANZERS|PANZERS_Phase_2)\.exe$)", {{
{ "d3d9.cachedDynamicBuffers", "True" },
{ "d3d9.deferSurfaceCreation", "True" },
{ "d3d9.cachedDynamicBuffers", "True" },
}} },
/* DC Universe Online *
* Freezes after alt tabbing */