mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-14 22:29:15 +01:00
[util] Enable TGSM initialization for Quantum Break
Fixes artifacting on Mesa 18.3.
This commit is contained in:
parent
a75c596132
commit
8081dc1591
@ -59,6 +59,10 @@ namespace dxvk {
|
|||||||
{ "Overwatch.exe", {{
|
{ "Overwatch.exe", {{
|
||||||
{ "d3d11.fakeStreamOutSupport", "True" },
|
{ "d3d11.fakeStreamOutSupport", "True" },
|
||||||
}} },
|
}} },
|
||||||
|
/* Quantum Break */
|
||||||
|
{ "QuantumBreak.exe", {{
|
||||||
|
{ "d3d11.zeroInitWorkgroupMemory", "True" },
|
||||||
|
}} },
|
||||||
}};
|
}};
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user