mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-01-19 05:52:11 +01:00
[util] Enable constant buffer range check for Blue Reflection
Fixes #1574.
This commit is contained in:
parent
ce3d0ab4b4
commit
487ecd861c
@ -193,6 +193,10 @@ namespace dxvk {
|
||||
{ R"(\\YLILWin64\.exe$)", {{
|
||||
{ "d3d11.enableRtOutputNanFixup", "True" },
|
||||
}} },
|
||||
/* Blue Reflection */
|
||||
{ R"(\\BLUE_REFLECTION\.exe$)", {{
|
||||
{ "d3d11.constantBufferRangeCheck", "True" },
|
||||
}} },
|
||||
|
||||
/**********************************************/
|
||||
/* D3D9 GAMES */
|
||||
|
Loading…
x
Reference in New Issue
Block a user