mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-02-20 19:54:19 +01:00
[util] Enable cached vertex and index buffers for FFXIV
Fixes some weird performance issues on the Garlemald map. Doesn't seem to affect performance in other areas.
This commit is contained in:
parent
2bceeff5f2
commit
5822a8de9f
@ -248,6 +248,7 @@ namespace dxvk {
|
||||
/* Final Fantasy XIV - Stuttering on NV */
|
||||
{ R"(\\ffxiv_dx11\.exe$)", {{
|
||||
{ "dxvk.shrinkNvidiaHvvHeap", "True" },
|
||||
{ "d3d11.cachedDynamicResources", "vi" },
|
||||
}} },
|
||||
/* God of War - relies on NVAPI/AMDAGS for *
|
||||
* barrier stuff, needs nvapi for DLSS */
|
||||
|
Loading…
x
Reference in New Issue
Block a user