diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp
index dd07963ab..25d730f82 100644
--- a/src/util/config/config.cpp
+++ b/src/util/config/config.cpp
@@ -894,6 +894,10 @@ namespace dxvk {
       { "d3d9.deviceLossOnFocusLoss",       "True" },
       { "d3d9.cachedDynamicBuffers",        "True" },
     }} },
+    /* The Sims 3 - Black screen on alt-tab      */
+    { R"(\\TS3(W)?\.exe$)", {{ 
+      { "d3d9.deviceLossOnFocusLoss",       "True" },
+    }} },
 
 
     /**********************************************/