[util] Enable d3d9.deferSurfaceCreation for Atelier Sophie 2

2022 and K-T are still using D3D9 for video stuff.
This commit is contained in:
Philip Rebohle 2022-03-28 04:35:30 +02:00
parent a72463c5af
commit ebdaf90fdc
No known key found for this signature in database
GPG Key ID: C8CC613427A31C99
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ namespace dxvk {
{ "d3d9.deferSurfaceCreation", "True" },
}} },
/* Just how many of these games are there? */
{ R"(\\Atelier_(Lulua|Lydie_and_Suelle|Ryza(_2)?)\.exe$)", {{
{ R"(\\Atelier_(Lulua|Lydie_and_Suelle|Ryza(_2)|Sophie_2?)\.exe$)", {{
{ "d3d9.deferSurfaceCreation", "True" },
}} },
/* ... */