1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2024-11-29 01:24:11 +01:00

[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

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 */