mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-02-20 19:54:19 +01:00
[util] Enable relaxed barriers for Resident Evil 7
Same engine as Resident Evil 2, although the impact will be lower.
This commit is contained in:
parent
11d2082fd2
commit
fe781df591
@ -72,6 +72,10 @@ namespace dxvk {
|
||||
{ "re2.exe", {{
|
||||
{ "d3d11.relaxedBarriers", "True" },
|
||||
}} },
|
||||
/* Resident Evil 7 */
|
||||
{ "re7.exe", {{
|
||||
{ "d3d11.relaxedBarriers", "True" },
|
||||
}} },
|
||||
/* Call of Duty WW2 */
|
||||
{ "s2_sp64_ship.exe", {{
|
||||
{ "dxgi.nvapiHack", "False" },
|
||||
|
Loading…
x
Reference in New Issue
Block a user