1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-02-20 19:54:19 +01:00

[util] Enable memoryTrackTest for Secret World Legends

Otherwise d3d9 mode thinks we only have 512MB vram which will lock the higher graphics presets.
This commit is contained in:
Blisto91 2024-10-14 16:58:25 +02:00 committed by Philip Rebohle
parent f65897be4c
commit b707ca1309

View File

@ -982,6 +982,11 @@ namespace dxvk {
{ R"(\\FEAR(MP|XP|XP2)?\.exe$)", {{
{ "d3d9.maxFrameRate", "360" },
}} },
/* Secret World Legends - d3d9 mode only sees *
* 512MB vram locking higher graphics presets */
{ R"(\\SecretWorldLegends\.exe$)", {{
{ "d3d9.memoryTrackTest", "True" },
}} },
/**********************************************/
/* D3D8 GAMES */