From e28b268351ba9ff86fb39804ae12c770b6e08547 Mon Sep 17 00:00:00 2001 From: Blisto91 <47954800+Blisto91@users.noreply.github.com> Date: Mon, 18 Jul 2022 19:02:47 +0200 Subject: [PATCH] [util] Enable disableMsaa option for Mary Skelter 2 --- 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 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$)", {{