diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index bfa1ed0b297..c0de0ee715b 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -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) */