mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-01-19 05:52:11 +01:00
[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:
parent
0db26a0456
commit
991a11617a
@ -279,6 +279,10 @@ namespace dxvk {
|
|||||||
{ R"(\\ac(3|4bf)[sm]p\.exe$)", {{
|
{ R"(\\ac(3|4bf)[sm]p\.exe$)", {{
|
||||||
{ "d3d11.cachedDynamicResources", "a" },
|
{ "d3d11.cachedDynamicResources", "a" },
|
||||||
}} },
|
}} },
|
||||||
|
/* Stranger of Paradise - FF Origin */
|
||||||
|
{ R"(\\SOPFFO\.exe$)", {{
|
||||||
|
{ "d3d9.deferSurfaceCreation", "True" },
|
||||||
|
}} },
|
||||||
|
|
||||||
/**********************************************/
|
/**********************************************/
|
||||||
/* D3D9 GAMES */
|
/* D3D9 GAMES */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user