mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-02-21 22:54:16 +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:
parent
ea4cb84d8a
commit
dacb8b434b
@ -883,6 +883,12 @@ namespace dxvk {
|
|||||||
{ R"(\\ninthdawnii\.exe$)", {{
|
{ R"(\\ninthdawnii\.exe$)", {{
|
||||||
{ "d3d9.deferSurfaceCreation", "True" },
|
{ "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" },
|
||||||
|
}} },
|
||||||
|
|
||||||
|
|
||||||
/**********************************************/
|
/**********************************************/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user