[util] Enable d3d9.deferSurfaceCreation for Stranger of Paradise FFO

Reportedly required for VRR to work. Game still doesn't work here.
This commit is contained in:
Philip Rebohle 2022-03-25 16:36:17 +01:00
parent 0db26a0456
commit 991a11617a
No known key found for this signature in database
GPG Key ID: C8CC613427A31C99
1 changed files with 4 additions and 0 deletions

View File

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