mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-02-07 16:54:14 +01:00
[util] Enable d3d9.memoryTrackTest for Anarchy Online
Prevents the game from consuming all system memory. Signed-off-by: Kevin Schmidt <kevin.patrick.schmidt@googlemail.com>
This commit is contained in:
parent
e2a26f2bc5
commit
9f6f6a7979
@ -239,6 +239,10 @@ namespace dxvk {
|
|||||||
{ "d3d9.strictPow", "False" },
|
{ "d3d9.strictPow", "False" },
|
||||||
{ "d3d9.lenientClear", "True" },
|
{ "d3d9.lenientClear", "True" },
|
||||||
}} },
|
}} },
|
||||||
|
/* Anarchy Online */
|
||||||
|
{ R"(\\anarchyonline\.exe$)", {{
|
||||||
|
{ "d3d9.memoryTrackTest", "True" },
|
||||||
|
}} },
|
||||||
/* Borderlands 2 and The Pre Sequel! */
|
/* Borderlands 2 and The Pre Sequel! */
|
||||||
{ R"(\\Borderlands(2|PreSequel)\.exe$)", {{
|
{ R"(\\Borderlands(2|PreSequel)\.exe$)", {{
|
||||||
{ "d3d9.lenientClear", "True" },
|
{ "d3d9.lenientClear", "True" },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user