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:
parent
494f7fd38d
commit
f0ff0007dc
@ -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) */
|
||||
|
Loading…
x
Reference in New Issue
Block a user