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

[util] Set cachedDynamicBuffers for Dragonshard

Works around massive FPS decreases in some scenes
This commit is contained in:
Blisto91 2024-06-17 22:43:56 +02:00 committed by Philip Rebohle
parent d9994665a8
commit 4b4d323ec3

View File

@ -943,6 +943,11 @@ namespace dxvk {
{ R"(\\FalloutNV\.exe$)", {{
{ "d3d9.floatEmulation", "Strict" },
}} },
/* Dungeons and Dragons: Dragonshard *
* Massive FPS decreases in some scenes */
{ R"(\\Dragonshard\.exe$)", {{
{ "d3d9.cachedDynamicBuffers", "True" },
}} },
/**********************************************/