[dxvk] Enable disableMsaa option for World of Final Fantasy

Fixes #1216.
Fixes #2136.
This commit is contained in:
Philip Rebohle 2021-07-02 04:42:02 +02:00
parent 3b857d93b5
commit c8a9308c37
No known key found for this signature in database
GPG Key ID: C8CC613427A31C99
1 changed files with 5 additions and 0 deletions

View File

@ -238,6 +238,11 @@ namespace dxvk {
{ R"(\\GTAIV\.exe$)", {{
{ "dxgi.emulateUMA", "True" },
}} },
/* World of Final Fantasy: Broken and useless *
* use of 4x MSAA throughout the renderer */
{ R"(\\WOFF\.exe$)", {{
{ "d3d11.disableMsaa", "True" },
}} },
/**********************************************/
/* D3D9 GAMES */