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$)", {{