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

[util] Set cachedDynamicBuffers for Battle for Middle-Earth 2

Helps slowdowns below 30fps in certain scenarios like when moving the camera over heavy vegetation areas among others
This commit is contained in:
Blisto91 2024-06-22 21:41:17 +02:00 committed by Philip Rebohle
parent 3145020a62
commit fe0e02de18

View File

@ -953,6 +953,11 @@ namespace dxvk {
{ R"(\\Gw\.exe$)", {{
{ "d3d9.deviceLossOnFocusLoss", "True" },
}} },
/* Battle for Middle-earth 2 and expansion *
* Slowdowns in certain scenarios */
{ R"(\\(The Battle for Middle-earth (\(tm\))? II( Demo)?|The Lord of the Rings, The Rise of the Witch-king)\\game\.dat$)", {{
{ "d3d9.cachedDynamicBuffers", "True" },
}} },
/**********************************************/