mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-02-20 19:54:19 +01:00
[util] Enable relaxed barriers for Resident Evil 2
Improves performance by up to 10% when GPU-bound.
This commit is contained in:
parent
e56710e64f
commit
f6380fa152
@ -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" },
|
||||
|
Loading…
x
Reference in New Issue
Block a user