mirror of
https://github.com/doitsujin/dxvk.git
synced 2024-11-29 10:24:10 +01:00
[util] Use cached constant buffers for Armored Warfare
This commit is contained in:
parent
42c66c410e
commit
3672375bc1
@ -230,6 +230,10 @@ namespace dxvk {
|
||||
{ R"(\\SGWContracts\.exe$)", {{
|
||||
{ "d3d11.cachedDynamicResources", "a" },
|
||||
}} },
|
||||
/* Armored Warfare */
|
||||
{ R"(\\armoredwarfare\.exe$)", {{
|
||||
{ "d3d11.cachedDynamicResources", "c" },
|
||||
}} },
|
||||
/* Shadow of the Tomb Raider - invariant *
|
||||
* position breaks character rendering on NV */
|
||||
{ R"(\\SOTTR\.exe$)", {{
|
||||
|
Loading…
Reference in New Issue
Block a user