1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-02-20 19:54:19 +01:00

[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 committed by Philip Rebohle
parent ea4cb84d8a
commit dacb8b434b

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