[util] Add configs for Delta Force Xtreme 1 & 2

Prevents the games from black screening on Alt-Tab and helps big performance dips.
This commit is contained in:
Blisto91 2024-04-30 19:10:43 +02:00
parent ea4cb84d8a
commit 14b01801fb
1 changed files with 6 additions and 0 deletions

View File

@ -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" },
}} },
/**********************************************/