1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-01-31 14:52:11 +01:00

[util] Enable relaxed barriers for Devil May Cry 5

Same engine as RE2, same ~10% performance improvement.
This commit is contained in:
Philip Rebohle 2019-03-11 18:35:39 +01:00
parent 0326258829
commit 833c433556
No known key found for this signature in database
GPG Key ID: C8CC613427A31C99

View File

@ -94,6 +94,10 @@ namespace dxvk {
{ "re7.exe", {{
{ "d3d11.relaxedBarriers", "True" },
}} },
/* Devil May Cry 5 */
{ "DevilMayCry5.exe", {{
{ "d3d11.relaxedBarriers", "True" },
}} },
/* Call of Duty WW2 */
{ "s2_sp64_ship.exe", {{
{ "dxgi.nvapiHack", "False" },