From 991a11617a35497c2f70c1bc0ebcb43f71499d15 Mon Sep 17 00:00:00 2001 From: Philip Rebohle Date: Fri, 25 Mar 2022 16:36:17 +0100 Subject: [PATCH] [util] Enable d3d9.deferSurfaceCreation for Stranger of Paradise FFO Reportedly required for VRR to work. Game still doesn't work here. --- src/util/config/config.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index 82f1095f6..a3a866998 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -279,6 +279,10 @@ namespace dxvk { { R"(\\ac(3|4bf)[sm]p\.exe$)", {{ { "d3d11.cachedDynamicResources", "a" }, }} }, + /* Stranger of Paradise - FF Origin */ + { R"(\\SOPFFO\.exe$)", {{ + { "d3d9.deferSurfaceCreation", "True" }, + }} }, /**********************************************/ /* D3D9 GAMES */