mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-01-31 14: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$)", {{
|
{ R"(\\SpellForce2.*\.exe$)", {{
|
||||||
{ "d3d9.forceSamplerTypeSpecConstants", "True" },
|
{ "d3d9.forceSamplerTypeSpecConstants", "True" },
|
||||||
}} },
|
}} },
|
||||||
/* Tomb Raider: Legend */
|
/* Tomb Raider: Legend, Anniversary, Underworld *
|
||||||
{ R"(\\trl\.exe$)", {{
|
* Read from a buffer created with: *
|
||||||
|
* D3DPOOL_DEFAULT, *
|
||||||
|
* D3DUSAGE_DYNAMIC | D3DUSAGE_WRITEONLY buffer */
|
||||||
|
{ R"(\\(trl|tra|tru)\.exe$)", {{
|
||||||
{ "d3d9.apitraceMode", "True" },
|
{ "d3d9.apitraceMode", "True" },
|
||||||
}} },
|
}} },
|
||||||
/* Everquest */
|
/* Everquest */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user