diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index e05bcf72..f8686303 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -999,6 +999,11 @@ namespace dxvk { { R"(\\RaccoonCity\.exe$)", {{ { "d3d9.textureMemory", "0" }, }} }, + /* APB: Reloaded * + * Fixes frametime jumps when shooting */ + { R"(\\APB\.exe$)", {{ + { "d3d9.cachedDynamicBuffers", "True" }, + }} }, /**********************************************/ /* D3D8 GAMES */