mirror of
https://github.com/doitsujin/dxvk.git
synced 2024-12-04 16:24:29 +01:00
[util] Enable cached vertex buffers for SpellForce 3
This commit is contained in:
parent
4faa598e09
commit
3a123222e5
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user