[util] Enable cached vertex buffers for SpellForce 3

This commit is contained in:
Blisto91 2023-03-11 14:45:40 +01:00 committed by Philip Rebohle
parent 4faa598e09
commit 3a123222e5
1 changed files with 5 additions and 0 deletions

View File

@ -337,6 +337,11 @@ namespace dxvk {
{ R"(\\RapaNui-Win64-Shipping\.exe$)", {{
{ "dxgi.customVendorId", "8086" },
}} },
/* SpellForce 3 Reforced & expansions *
* Greatly improves CPU bound performance */
{ R"(\\SF3ClientFinal\.exe$)", {{
{ "d3d11.cachedDynamicResources", "v" },
}} },
/**********************************************/
/* D3D9 GAMES */