1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-01-30 11:52:11 +01:00

[util] Enable apitraceMode for a couple of CryEngine games

Kingdom Come: Deliverance and Sniper Ghost Warrior Contracts
This commit is contained in:
Andrew Sheldon 2021-04-16 11:49:43 +10:00 committed by Philip Rebohle
parent 18466d4ae4
commit 6339c8ec17

View File

@ -196,6 +196,14 @@ namespace dxvk {
{ R"(\\MonsterHunterWorld\.exe$)", {{ { R"(\\MonsterHunterWorld\.exe$)", {{
{ "d3d11.apitraceMode", "True" }, { "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 * /* Shadow of the Tomb Raider - invariant *
* position breaks character rendering on NV */ * position breaks character rendering on NV */
{ R"(\\SOTTR\.exe$)", {{ { R"(\\SOTTR\.exe$)", {{