From 22b13a94cadb0cd1a82035d6d57a3228d68eb1ed Mon Sep 17 00:00:00 2001 From: Blisto91 <47954800+Blisto91@users.noreply.github.com> Date: Sat, 15 Jun 2024 18:05:49 +0200 Subject: [PATCH] [util] Enable deviceLossOnFocusLoss for The Force Unleased Prevents the game from black screening on each alt-tab --- src/util/config/config.cpp | 5 +++++ 1 file changed, 5 insertions(+) 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" }, + }} }, /**********************************************/