diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index 7051dbbf7..b4bb740c7 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -232,6 +232,10 @@ namespace dxvk { * use of 4x MSAA throughout the renderer */ { R"(\\WOFF\.exe$)", {{ { "d3d11.disableMsaa", "True" }, + }} }, + /* Mary Skelter 2 - Broken MSAA */ + { R"(\\MarySkelter2\.exe$)", {{ + { "d3d11.disableMsaa", "True" }, }} }, /* Final Fantasy XIV - Stuttering on NV */ { R"(\\ffxiv_dx11\.exe$)", {{