mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-13 19:29:14 +01:00
[util] Remove FFXIV workaround
Looks like whatever caused this in Mesa got fixed quite a while ago.
This commit is contained in:
parent
63fd2b9d32
commit
9eeaedeeb7
@ -68,10 +68,6 @@ namespace dxvk {
|
||||
{ R"(\\FIFA(19|[2-9][0-9])(_demo)?\.exe$)", {{
|
||||
{ "dxvk.useRawSsbo", "True" },
|
||||
}} },
|
||||
/* Final Fantasy XIV: Fix random black blocks */
|
||||
{ R"(\\ffxiv_dx11\.exe$)", {{
|
||||
{ "d3d11.enableRtOutputNanFixup", "True" },
|
||||
}} },
|
||||
/* Resident Evil 2/3: Ignore WaW hazards */
|
||||
{ R"(\\re(2|3|3demo)\.exe$)", {{
|
||||
{ "d3d11.relaxedBarriers", "True" },
|
||||
|
Loading…
x
Reference in New Issue
Block a user