1
0
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:
Philip Rebohle 2020-04-18 13:52:38 +02:00
parent ce3d0ab4b4
commit 487ecd861c
No known key found for this signature in database
GPG Key ID: C8CC613427A31C99

View File

@ -193,6 +193,10 @@ namespace dxvk {
{ R"(\\YLILWin64\.exe$)", {{
{ "d3d11.enableRtOutputNanFixup", "True" },
}} },
/* Blue Reflection */
{ R"(\\BLUE_REFLECTION\.exe$)", {{
{ "d3d11.constantBufferRangeCheck", "True" },
}} },
/**********************************************/
/* D3D9 GAMES */