mirror of
https://github.com/EduApps-CDG/OpenDX
synced 2024-12-30 09:45: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
@ -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…
x
Reference in New Issue
Block a user