1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-02-20 19:54:19 +01:00

[util] Enable cachedDynamicBuffers for Battlestations Midway

Helps performance dips that can happen in some areas
This commit is contained in:
Blisto91 2023-10-02 22:42:11 +02:00 committed by Philip Rebohle
parent 494f7fd38d
commit f0ff0007dc

View File

@ -819,6 +819,10 @@ namespace dxvk {
{ R"(\\AoK HD\.exe$)", {{
{ "d3d9.maxFrameLatency", "1" },
}} },
/* Battlestations Midway */
{ R"(\\Battlestationsmidway\.exe$)", {{
{ "d3d9.cachedDynamicBuffers", "True" },
}} },
/**********************************************/
/* D3D12 GAMES (vkd3d-proton with dxvk dxgi) */