From 487ecd861c70e4898346527ebc8304e31052d3fe Mon Sep 17 00:00:00 2001 From: Philip Rebohle Date: Sat, 18 Apr 2020 13:52:38 +0200 Subject: [PATCH] [util] Enable constant buffer range check for Blue Reflection Fixes #1574. --- 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 50a3be30a..c49ccfeeb 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -193,6 +193,10 @@ namespace dxvk { { R"(\\YLILWin64\.exe$)", {{ { "d3d11.enableRtOutputNanFixup", "True" }, }} }, + /* Blue Reflection */ + { R"(\\BLUE_REFLECTION\.exe$)", {{ + { "d3d11.constantBufferRangeCheck", "True" }, + }} }, /**********************************************/ /* D3D9 GAMES */