mirror of
https://github.com/EduApps-CDG/OpenDX
synced 2024-12-30 09:45:37 +01:00
[util] Enable constant buffer range check for Secret World Legends
This commit is contained in:
parent
d6e1c19fec
commit
97cd91885d
@ -197,6 +197,10 @@ namespace dxvk {
|
|||||||
{ R"(\\BLUE_REFLECTION\.exe$)", {{
|
{ R"(\\BLUE_REFLECTION\.exe$)", {{
|
||||||
{ "d3d11.constantBufferRangeCheck", "True" },
|
{ "d3d11.constantBufferRangeCheck", "True" },
|
||||||
}} },
|
}} },
|
||||||
|
/* Secret World Legends */
|
||||||
|
{ R"(\\SecretWorldLegendsDX11\.exe$)", {{
|
||||||
|
{ "d3d11.constantBufferRangeCheck", "True" },
|
||||||
|
}} },
|
||||||
|
|
||||||
/**********************************************/
|
/**********************************************/
|
||||||
/* D3D9 GAMES */
|
/* D3D9 GAMES */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user