[util] Enable disableMsaa option for Mary Skelter 2

This commit is contained in:
Blisto91 2022-07-18 19:02:47 +02:00 committed by Philip Rebohle
parent e6df48fa3e
commit e28b268351
1 changed files with 4 additions and 0 deletions

View File

@ -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$)", {{