1
0
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:
Philip Rebohle 2021-06-11 01:59:56 +02:00
parent 63fd2b9d32
commit 9eeaedeeb7
No known key found for this signature in database
GPG Key ID: C8CC613427A31C99

View File

@ -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" },