From 8081dc15917b8d58db8ffb5e4bfa05d4eefdcaee Mon Sep 17 00:00:00 2001
From: Philip Rebohle <philip.rebohle@tu-dortmund.de>
Date: Fri, 23 Nov 2018 16:12:09 +0100
Subject: [PATCH] [util] Enable TGSM initialization for Quantum Break

Fixes artifacting on Mesa 18.3.
---
 src/util/config/config.cpp | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp
index 9b375646..7bfe64f3 100644
--- a/src/util/config/config.cpp
+++ b/src/util/config/config.cpp
@@ -59,6 +59,10 @@ namespace dxvk {
     { "Overwatch.exe", {{
       { "d3d11.fakeStreamOutSupport",       "True" },
     }} },
+    /* Quantum Break                              */
+    { "QuantumBreak.exe", {{
+      { "d3d11.zeroInitWorkgroupMemory",    "True" },
+    }} },
   }};