mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-14 04:29:15 +01:00
[util] Enable compute UAV barriers for Watch Dogs 2
This commit is contained in:
parent
6b5d595b3e
commit
11dc0e7ce8
@ -458,6 +458,11 @@ namespace dxvk {
|
||||
{ R"(\\FarCry(5|NewDawn)\.exe$)", {{
|
||||
{ "d3d11.zeroInitWorkgroupMemory", "True" },
|
||||
}} },
|
||||
/* Watch Dogs 2 - ships broken compute shaders *
|
||||
* with no barriers when they are needed */
|
||||
{ R"(\\WatchDogs2\.exe$)", {{
|
||||
{ "d3d11.forceComputeUavBarriers", "True" },
|
||||
}} },
|
||||
|
||||
/**********************************************/
|
||||
/* D3D9 GAMES */
|
||||
|
Loading…
x
Reference in New Issue
Block a user