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:
parent
cb7adeef08
commit
4eb884303a
@ -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" },
|
||||
|
Loading…
x
Reference in New Issue
Block a user