1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-02-20 10:54:16 +01:00

[util] Enable cached dynamic resources for AC3 and AC4

Without it, AC3 chugs along at 40 FPS on my 5950X.
This commit is contained in:
Philip Rebohle 2022-03-19 20:11:47 +01:00
parent b36ca2c758
commit 0d54f7161c
No known key found for this signature in database
GPG Key ID: C8CC613427A31C99

View File

@ -274,6 +274,10 @@ namespace dxvk {
{ R"(\\Warhammer3\.exe$)", {{
{ "d3d11.maxDynamicImageBufferSize", "4096" },
}} },
/* Assassin's Creed 3 and 4 */
{ R"(\\ac(3|4bf)[sm]p\.exe$)", {{
{ "d3d11.cachedDynamicResources", "a" },
}} },
/**********************************************/
/* D3D9 GAMES */