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:
parent
e6df48fa3e
commit
e28b268351
@ -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$)", {{
|
||||
|
Loading…
x
Reference in New Issue
Block a user