mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-01-18 11:52:12 +01:00
[util] Fix config for EverQuest2
This commit is contained in:
parent
bbfd6d0690
commit
5d8539672d
@ -333,14 +333,12 @@
|
||||
|
||||
# d3d9.longMad = False
|
||||
|
||||
# Long Mad
|
||||
# Alpha Test Wiggle Room
|
||||
#
|
||||
# Workaround for games using alpha test == 1.0, etc due to wonky interpolation or
|
||||
# misc. imprecision on some vendors
|
||||
#
|
||||
# Defaults to enabled on NVIDIA
|
||||
#
|
||||
# Supported values:
|
||||
# - True/False
|
||||
|
||||
# d3d9.alphaTestWiggleRoom = is_nvidia
|
||||
# d3d9.alphaTestWiggleRoom = False
|
||||
|
@ -407,7 +407,7 @@ namespace dxvk {
|
||||
{ "d3d9.forceSamplerTypeSpecConstants", "True" },
|
||||
}} },
|
||||
/* Everquest 2 */
|
||||
{ R"(\\SpellForce2.*\.exe$)", {{
|
||||
{ R"(\\EverQuest2.*\.exe$)", {{
|
||||
{ "d3d9.alphaTestWiggleRoom", "True" },
|
||||
}} },
|
||||
}};
|
||||
|
Loading…
x
Reference in New Issue
Block a user