1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-03-13 19:29:14 +01:00

[util] Enable TGSM initialization for Quantum Break

Fixes artifacting on Mesa 18.3.
This commit is contained in:
Philip Rebohle 2018-11-23 16:12:09 +01:00
parent a75c596132
commit 8081dc1591
No known key found for this signature in database
GPG Key ID: C8CC613427A31C99

View File

@ -59,6 +59,10 @@ namespace dxvk {
{ "Overwatch.exe", {{
{ "d3d11.fakeStreamOutSupport", "True" },
}} },
/* Quantum Break */
{ "QuantumBreak.exe", {{
{ "d3d11.zeroInitWorkgroupMemory", "True" },
}} },
}};