mirror of
https://github.com/doitsujin/dxvk.git
synced 2024-12-04 16:24:29 +01:00
[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:
parent
caa83247d9
commit
4c429f044f
@ -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" },
|
||||
|
Loading…
Reference in New Issue
Block a user