1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-02-22 16:54:27 +01:00

[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

View File

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