From f0ff0007dc7bfc76383b61bad011078758caa3c7 Mon Sep 17 00:00:00 2001 From: Blisto91 <47954800+Blisto91@users.noreply.github.com> Date: Mon, 2 Oct 2023 22:42:11 +0200 Subject: [PATCH] [util] Enable cachedDynamicBuffers for Battlestations Midway Helps performance dips that can happen in some areas --- src/util/config/config.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index bfa1ed0b2..c0de0ee71 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) */