mirror of
https://github.com/EduApps-CDG/OpenDX
synced 2024-12-30 09:45:37 +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$)", {{
|
{ R"(\\YLILWin64\.exe$)", {{
|
||||||
{ "d3d11.enableRtOutputNanFixup", "True" },
|
{ "d3d11.enableRtOutputNanFixup", "True" },
|
||||||
}} },
|
}} },
|
||||||
|
/* Blue Reflection */
|
||||||
|
{ R"(\\BLUE_REFLECTION\.exe$)", {{
|
||||||
|
{ "d3d11.constantBufferRangeCheck", "True" },
|
||||||
|
}} },
|
||||||
|
|
||||||
/**********************************************/
|
/**********************************************/
|
||||||
/* D3D9 GAMES */
|
/* D3D9 GAMES */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user