diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index 7eb6a5295..956430e8a 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -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" }, + }} }, /**********************************************/