From 6339c8ec17571c64f18f9a0184520b741e569cc5 Mon Sep 17 00:00:00 2001
From: Andrew Sheldon <asheldon55@gmail.com>
Date: Fri, 16 Apr 2021 11:49:43 +1000
Subject: [PATCH] [util] Enable apitraceMode for a couple of CryEngine games

Kingdom Come: Deliverance and Sniper Ghost Warrior Contracts
---
 src/util/config/config.cpp | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp
index c73fae937..ad45e0da5 100644
--- a/src/util/config/config.cpp
+++ b/src/util/config/config.cpp
@@ -196,6 +196,14 @@ namespace dxvk {
     { R"(\\MonsterHunterWorld\.exe$)", {{
       { "d3d11.apitraceMode",               "True" },
     }} },
+    /* Kingdome Come: Deliverance                 */
+    { R"(\\KingdomCome\.exe$)", {{
+      { "d3d11.apitraceMode",               "True" },
+    }} },
+    /* Sniper Ghost Warrior Contracts             */
+    { R"(\\SGWContracts\.exe$)", {{
+      { "d3d11.apitraceMode",               "True" },
+    }} },
     /* Shadow of the Tomb Raider - invariant      *
      * position breaks character rendering on NV  */
     { R"(\\SOTTR\.exe$)", {{