mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-01-19 05:52:11 +01:00
[util] Enable apitrace mode for Tomb Raider Anniversary
... and Underworld.
This commit is contained in:
parent
6449f583f8
commit
1a2e724c16
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user