1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2024-12-02 19:24:12 +01:00

[util] Enable cachedDynamicBuffers for Battle Mages

Helps CPU bound performance
This commit is contained in:
Blisto91 2024-09-17 22:18:34 +02:00 committed by Philip Rebohle
parent ed9ffa6584
commit 11ec603540

View File

@ -964,6 +964,10 @@ namespace dxvk {
{ R"(\\APB\.exe$)", {{
{ "d3d9.cachedDynamicBuffers", "True" },
}} },
/* Battle Mages - helps CPU bound perf */
{ R"(\\Battle Mages\\mages\.exe$)", {{
{ "d3d9.cachedDynamicBuffers", "True" },
}} },
/**********************************************/
/* D3D8 GAMES */