mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-01-31 05:52:11 +01:00
[d3d9] Enable apitrace mode for The Witcher
This commit is contained in:
parent
a74f8da7b7
commit
4831909656
@ -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" },
|
||||
}} },
|
||||
}};
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user