mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-02-21 22:54:16 +01:00
[util] Enable deviceLossOnFocusLoss for The Force Unleased
Prevents the game from black screening on each alt-tab
This commit is contained in:
parent
3e5eb1660f
commit
22b13a94ca
@ -933,6 +933,11 @@ namespace dxvk {
|
|||||||
{ R"(\\prototypef\.exe$)", {{
|
{ R"(\\prototypef\.exe$)", {{
|
||||||
{ "d3d9.supportDFFormats", "False" },
|
{ "d3d9.supportDFFormats", "False" },
|
||||||
}} },
|
}} },
|
||||||
|
/* STAR WARS: The Force Unleashed *
|
||||||
|
* Prevents black screen on each alt-tab */
|
||||||
|
{ R"(\\SWTFU\.exe$)", {{
|
||||||
|
{ "d3d9.deviceLossOnFocusLoss", "True" },
|
||||||
|
}} },
|
||||||
|
|
||||||
|
|
||||||
/**********************************************/
|
/**********************************************/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user