[util] Add another weeb game to the list of workarounds

Sophie is apparently D3D9 an we already have Lydie and Suelle in there,
so it's just this on missing from that series.
This commit is contained in:
Philip Rebohle 2022-03-13 05:38:06 +01:00
parent caa83247d9
commit 4c429f044f
No known key found for this signature in database
GPG Key ID: C8CC613427A31C99
1 changed files with 4 additions and 0 deletions

View File

@ -167,6 +167,10 @@ namespace dxvk {
{ R"(\\Atelier_(Ayesha|Escha_and_Logy|Shallie)(_EN)?\.exe$)", {{
{ "d3d9.deferSurfaceCreation", "True" },
}} },
/* Atelier Firis */
{ R"(\\A18\.exe$)", {{
{ "d3d9.deferSurfaceCreation", "True" },
}} },
/* Atelier Rorona/Totori/Meruru */
{ R"(\\A(11R|12V|13V)_x64_Release(_en)?\.exe$)", {{
{ "d3d9.deferSurfaceCreation", "True" },