[util] Shrink Nvidia HVV heap for Final Fantasy XIV

Fixes #2210.
This commit is contained in:
Philip Rebohle 2021-11-02 00:17:35 +01:00
parent 778aee0372
commit 4c88335f66
No known key found for this signature in database
GPG Key ID: C8CC613427A31C99
1 changed files with 4 additions and 0 deletions

View File

@ -253,6 +253,10 @@ namespace dxvk {
{ R"(\\WOFF\.exe$)", {{
{ "d3d11.disableMsaa", "True" },
}} },
/* Final Fantasy XIV - Stuttering on NV */
{ R"(\\ffxiv_dx11\.exe$)", {{
{ "dxvk.shrinkNvidiaHvvHeap", "True" },
}} },
/**********************************************/
/* D3D9 GAMES */