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:
parent
d9994665a8
commit
4b4d323ec3
@ -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" },
|
||||
}} },
|
||||
|
||||
|
||||
/**********************************************/
|
||||
|
Loading…
x
Reference in New Issue
Block a user