mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-01-18 20:52:10 +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$)", {{
|
||||
{ "d3d11.constantBufferRangeCheck", "True" },
|
||||
}} },
|
||||
/* Secret World Legends */
|
||||
{ R"(\\SecretWorldLegendsDX11\.exe$)", {{
|
||||
{ "d3d11.constantBufferRangeCheck", "True" },
|
||||
}} },
|
||||
|
||||
/**********************************************/
|
||||
/* D3D9 GAMES */
|
||||
|
Loading…
x
Reference in New Issue
Block a user