Skip to content

Commit

Permalink
[util] Enable constant buffer range check for Dark Souls Remastered a…
Browse files Browse the repository at this point in the history
…ns Grim Dawn
  • Loading branch information
doitsujin committed Apr 5, 2019
1 parent 5819a69 commit b896465
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/util/config/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,14 @@ namespace dxvk {
{ "starwarsbattlefronttrial.exe", {{
{ "dxgi.nvapiHack", "False" },
}} },
/* Dark Souls Remastered */
{ "DarkSoulsRemastered.exe", {{
{ "d3d11.constantBufferRangeCheck", "True" },
}} },
/* Grim Dawn */
{ "Grim Dawn.exe", {{
{ "d3d11.constantBufferRangeCheck", "True" },
}} },
}};


Expand Down

0 comments on commit b896465

Please sign in to comment.