[d3d9] Enable apitrace mode for The Witcher

This commit is contained in:
Philip Rebohle 2022-08-07 20:04:37 +02:00
parent a74f8da7b7
commit 4831909656
No known key found for this signature in database
GPG Key ID: C8CC613427A31C99
1 changed files with 4 additions and 0 deletions

View File

@ -603,6 +603,10 @@ namespace dxvk {
{ R"(\\SR2_pc\.exe$)", {{
{ "d3d9.textureMemory", "0" },
}} },
/* Witcher 1: Very long loading times */
{ R"(\\witcher\.exe$)", {{
{ "d3d9.apitraceMode", "True" },
}} },
}};