diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp
index 4bf6520ba..f3aaed0fa 100644
--- a/src/util/config/config.cpp
+++ b/src/util/config/config.cpp
@@ -319,6 +319,11 @@ namespace dxvk {
     { R"(\\BFBC2Game\.exe$)", {{
       { "d3d11.floatControls",            "False" },
     }} },
+    /* Sonic Frontiers - flickering shadows and   *
+     * vegetation when GPU-bound                  */
+    { R"(\\SonicFrontiers\.exe$)", {{
+      { "dxgi.maxFrameLatency",             "1" },
+    }} },
 
     /**********************************************/
     /* D3D9 GAMES                                 */