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:
parent
f65897be4c
commit
b707ca1309
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user