From 97cd91885dd98118cd1ec0791ee0af7596e0e49d Mon Sep 17 00:00:00 2001 From: Christian Sturm Date: Sat, 18 Apr 2020 21:14:34 +0200 Subject: [PATCH] [util] Enable constant buffer range check for Secret World Legends --- 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 c49ccfeeb..84714a3ee 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -197,6 +197,10 @@ namespace dxvk { { R"(\\BLUE_REFLECTION\.exe$)", {{ { "d3d11.constantBufferRangeCheck", "True" }, }} }, + /* Secret World Legends */ + { R"(\\SecretWorldLegendsDX11\.exe$)", {{ + { "d3d11.constantBufferRangeCheck", "True" }, + }} }, /**********************************************/ /* D3D9 GAMES */