Skip to content

Commit

Permalink
[util] Enable cachedDynamicBuffers for Battlestations Midway
Browse files Browse the repository at this point in the history
Helps performance dips that can happen in some areas
  • Loading branch information
Blisto91 authored and doitsujin committed Oct 6, 2023
1 parent 494f7fd commit f0ff000
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/util/config/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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) */
Expand Down

0 comments on commit f0ff000

Please sign in to comment.