mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-02-22 07:54:15 +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$)", {{
|
{ R"(\\FalloutNV\.exe$)", {{
|
||||||
{ "d3d9.floatEmulation", "Strict" },
|
{ "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