1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-01-19 05:52:11 +01:00

[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

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