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:
parent
3b857d93b5
commit
c8a9308c37
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user