[util] Enable apitrace mode for Tomb Raider Anniversary

... and Underworld.
This commit is contained in:
Robin Kertels 2023-05-22 01:43:55 +02:00 committed by Philip Rebohle
parent 6449f583f8
commit 1a2e724c16
1 changed files with 5 additions and 2 deletions

View File

@ -491,8 +491,11 @@ namespace dxvk {
{ R"(\\SpellForce2.*\.exe$)", {{
{ "d3d9.forceSamplerTypeSpecConstants", "True" },
}} },
/* Tomb Raider: Legend */
{ R"(\\trl\.exe$)", {{
/* Tomb Raider: Legend, Anniversary, Underworld *
* Read from a buffer created with: *
* D3DPOOL_DEFAULT, *
* D3DUSAGE_DYNAMIC | D3DUSAGE_WRITEONLY buffer */
{ R"(\\(trl|tra|tru)\.exe$)", {{
{ "d3d9.apitraceMode", "True" },
}} },
/* Everquest */