mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-06 20:58:37 +01:00
[dxvk] Enable disableMsaa option for World of Final Fantasy
Fixes #1216. Fixes #2136.
This commit is contained in:
parent
3b857d93b5
commit
c8a9308c37
1 changed files with 5 additions and 0 deletions
|
@ -238,6 +238,11 @@ namespace dxvk {
|
||||||
{ R"(\\GTAIV\.exe$)", {{
|
{ R"(\\GTAIV\.exe$)", {{
|
||||||
{ "dxgi.emulateUMA", "True" },
|
{ "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 */
|
/* D3D9 GAMES */
|
||||||
|
|
Loading…
Add table
Reference in a new issue