diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index 1321e80ee..e3734c9e2 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -238,6 +238,11 @@ namespace dxvk { { R"(\\GTAIV\.exe$)", {{ { "dxgi.emulateUMA", "True" }, }} }, + /* World of Final Fantasy: Broken and useless * + * use of 4x MSAA throughout the renderer */ + { R"(\\WOFF\.exe$)", {{ + { "d3d11.disableMsaa", "True" }, + }} }, /**********************************************/ /* D3D9 GAMES */