From 9f6f6a797931eed1d1ff1357cff16b5b1a80f62d Mon Sep 17 00:00:00 2001 From: Kevin Schmidt Date: Sat, 25 Jul 2020 02:31:46 +0200 Subject: [PATCH] [util] Enable d3d9.memoryTrackTest for Anarchy Online Prevents the game from consuming all system memory. Signed-off-by: Kevin Schmidt --- src/util/config/config.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index 92205e939..8ccd46d44 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -239,6 +239,10 @@ namespace dxvk { { "d3d9.strictPow", "False" }, { "d3d9.lenientClear", "True" }, }} }, + /* Anarchy Online */ + { R"(\\anarchyonline\.exe$)", {{ + { "d3d9.memoryTrackTest", "True" }, + }} }, /* Borderlands 2 and The Pre Sequel! */ { R"(\\Borderlands(2|PreSequel)\.exe$)", {{ { "d3d9.lenientClear", "True" },