diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index c05ad90b..46dceafb 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -168,6 +168,10 @@ namespace dxvk { { R"(\\Atelier_(Lulua|Lydie_and_Suelle|Ryza)\.exe$)", {{ { "d3d9.deferSurfaceCreation", "True" }, }} }, + /* Fairy Tail */ + { R"(\\FAIRY_TAIL\.exe$)", {{ + { "d3d9.deferSurfaceCreation", "True" }, + }} }, /* Star Wars Battlefront II: amdags issues */ { R"(\\starwarsbattlefrontii\.exe$)", {{ { "dxgi.customVendorId", "10de" },