diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index de8c2245..14239ffd 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -883,6 +883,12 @@ namespace dxvk { { R"(\\ninthdawnii\.exe$)", {{ { "d3d9.deferSurfaceCreation", "True" }, }} }, + /* Delta Force: Xtreme 1 & 2 * + * Black screen on Alt-Tab and performance */ + { R"(\\(DFX|dfx2)\.exe$)", {{ + { "d3d9.deviceLossOnFocusLoss", "True" }, + { "d3d9.cachedDynamicBuffers", "True" }, + }} }, /**********************************************/