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 */