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:
parent
0326258829
commit
833c433556
@ -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" },
|
||||
|
Loading…
x
Reference in New Issue
Block a user