[util] Enable relaxed barriers for Resident Evil 2

Improves performance by up to 10% when GPU-bound.
This commit is contained in:
Philip Rebohle 2019-02-08 01:38:03 +01:00
parent e56710e64f
commit f6380fa152
No known key found for this signature in database
GPG Key ID: C8CC613427A31C99
1 changed files with 4 additions and 0 deletions

View File

@ -68,6 +68,10 @@ namespace dxvk {
{ "FIFA19_demo.exe", {{
{ "dxvk.useRawSsbo", "True" },
}} },
/* Resident Evil 2: Improve GPU performance */
{ "re2.exe", {{
{ "d3d11.relaxedBarriers", "True" },
}} },
/* Call of Duty WW2 */
{ "s2_sp64_ship.exe", {{
{ "dxgi.nvapiHack", "False" },