1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-03-13 19:29:14 +01:00

[util] Enable d3d9.deferSurfaceCreation for even more Atelier games

This commit is contained in:
Philip Rebohle 2021-04-22 15:37:40 +02:00
parent cb7adeef08
commit 4eb884303a
No known key found for this signature in database
GPG Key ID: C8CC613427A31C99

View File

@ -162,6 +162,10 @@ namespace dxvk {
{ R"(\\Atelier_(Lulua|Lydie_and_Suelle|Ryza(_2)?)\.exe$)", {{
{ "d3d9.deferSurfaceCreation", "True" },
}} },
/* ... */
{ R"(\\Atelier_(Lydie_and_Suelle|Firis|Sophie)_DX\.exe$)", {{
{ "d3d9.deferSurfaceCreation", "True" },
}} },
/* Fairy Tail */
{ R"(\\FAIRY_TAIL\.exe$)", {{
{ "d3d9.deferSurfaceCreation", "True" },