mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-06 20:58:37 +01:00
[util] Enable deferSurfaceCreation for the Codename Panzer series
This commit is contained in:
parent
d7bd3cd58e
commit
b8ce414820
1 changed files with 2 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Reference in a new issue