mirror of
https://github.com/doitsujin/dxvk.git
synced 2024-12-04 07:24:15 +01:00
[util] Set Cached Dynamic Resources for d3d11 Vindictus
Co-authored-by: NorbertHarangozo <maszek.solutions@gmail.com>
This commit is contained in:
parent
b4d87eaac0
commit
1daae75048
@ -409,6 +409,10 @@ namespace dxvk {
|
||||
{ R"(\\GRW\.exe$)", {{
|
||||
{ "d3d11.dcSingleUseMode", "False" },
|
||||
}} },
|
||||
/* Vindictus d3d11 CPU bound perf */
|
||||
{ R"(\\Vindictus(_x64)?\.exe$)", {{
|
||||
{ "d3d11.cachedDynamicResources", "cr" },
|
||||
}} },
|
||||
|
||||
/**********************************************/
|
||||
/* D3D9 GAMES */
|
||||
|
Loading…
Reference in New Issue
Block a user