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

[util] Enable deviceLossOnFocusLoss for The Force Unleased

Prevents the game from black screening on each alt-tab
This commit is contained in:
Blisto91 2024-06-15 18:05:49 +02:00 committed by Philip Rebohle
parent 3e5eb1660f
commit 22b13a94ca

View File

@ -933,6 +933,11 @@ namespace dxvk {
{ R"(\\prototypef\.exe$)", {{
{ "d3d9.supportDFFormats", "False" },
}} },
/* STAR WARS: The Force Unleashed *
* Prevents black screen on each alt-tab */
{ R"(\\SWTFU\.exe$)", {{
{ "d3d9.deviceLossOnFocusLoss", "True" },
}} },
/**********************************************/