mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-01-20 08:52:22 +01:00
[util] Enable mapped memory clearing for Vindictus
This commit is contained in:
parent
ed83534970
commit
640758afcf
@ -404,9 +404,12 @@ namespace dxvk {
|
||||
{ R"(\\GRW\.exe$)", {{
|
||||
{ "d3d11.dcSingleUseMode", "False" },
|
||||
}} },
|
||||
/* Vindictus d3d11 CPU bound perf */
|
||||
/* Vindictus d3d11 CPU bound perf, and work *
|
||||
* around the game not properly initializing *
|
||||
* some of its constant buffers after discard */
|
||||
{ R"(\\Vindictus(_x64)?\.exe$)", {{
|
||||
{ "d3d11.cachedDynamicResources", "cr" },
|
||||
{ "dxvk.zeroMappedMemory", "True" },
|
||||
}} },
|
||||
/* Riders Republic - Statically linked AMDAGS */
|
||||
{ R"(\\RidersRepublic(_BE)?\.exe$)", {{
|
||||
|
Loading…
x
Reference in New Issue
Block a user