mirror of
https://github.com/EduApps-CDG/OpenDX
synced 2024-12-30 09:45:37 +01:00
[util] Disable relaxed barrier option for RE7
Introduces lighting glitches in some places.
This commit is contained in:
parent
67f01631fa
commit
51bd84368c
@ -76,8 +76,8 @@ namespace dxvk {
|
||||
{ R"(\\ffxiv_dx11\.exe$)", {{
|
||||
{ "d3d11.enableRtOutputNanFixup", "True" },
|
||||
}} },
|
||||
/* Resident Evil 2/3/7: Ignore WaW hazards */
|
||||
{ R"(\\re(2|3|3demo|7|7trial)\.exe$)", {{
|
||||
/* Resident Evil 2/3: Ignore WaW hazards */
|
||||
{ R"(\\re(2|3|3demo)\.exe$)", {{
|
||||
{ "d3d11.relaxedBarriers", "True" },
|
||||
}} },
|
||||
/* Devil May Cry 5 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user