From 4c429f044f7487428f7241bb2792c7c961209318 Mon Sep 17 00:00:00 2001 From: Philip Rebohle Date: Sun, 13 Mar 2022 05:38:06 +0100 Subject: [PATCH] [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. --- src/util/config/config.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index abea7105..0e2d0743 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -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" },