[util] Use CPU-cached constant buffers for Anno 1800

Sigh.
This commit is contained in:
Philip Rebohle 2022-03-03 17:33:14 +01:00
parent 1b196c24a4
commit f14bccc8c3
No known key found for this signature in database
GPG Key ID: C8CC613427A31C99
1 changed files with 4 additions and 0 deletions

View File

@ -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$)", {{