mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-01-19 05:52:11 +01:00
[util] Use CPU-cached constant buffers for Anno 1800
Sigh.
This commit is contained in:
parent
1b196c24a4
commit
f14bccc8c3
@ -68,6 +68,10 @@ namespace dxvk {
|
||||
{ R"(\\anno2205\.exe$)", {{
|
||||
{ "dxvk.enableStateCache", "False" },
|
||||
}} },
|
||||
/* Anno 1800: Poor performance without this */
|
||||
{ R"(\\Anno1800\.exe$)", {{
|
||||
{ "d3d11.cachedDynamicResources", "c" },
|
||||
}} },
|
||||
/* Fifa '19+: Binds typed buffer SRV to shader *
|
||||
* that expects raw/structured buffer SRV */
|
||||
{ R"(\\FIFA(19|[2-9][0-9])(_demo)?\.exe$)", {{
|
||||
|
Loading…
x
Reference in New Issue
Block a user