Skip to content

Commit

Permalink
[util] Enable deviceLossOnFocusLoss for The Force Unleased
Browse files Browse the repository at this point in the history
Prevents the game from black screening on each alt-tab
  • Loading branch information
Blisto91 authored and doitsujin committed Jun 16, 2024
1 parent 3e5eb16 commit 22b13a9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/util/config/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
}} },


/**********************************************/
Expand Down

0 comments on commit 22b13a9

Please sign in to comment.