1
0
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:
Philip Rebohle 2019-02-15 20:59:18 +01:00
parent 11d2082fd2
commit fe781df591
No known key found for this signature in database
GPG Key ID: C8CC613427A31C99

View File

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