[util] Set cachedDynamicResources for Guild Wars 2

Co-Authored-By: LankyFranky89 <12220352+LankyFranky89@users.noreply.github.com>
This commit is contained in:
Blisto91 2024-03-11 18:58:28 +01:00
parent 8b8be7c2bf
commit 8b19bfed18
1 changed files with 5 additions and 0 deletions

View File

@ -431,6 +431,11 @@ namespace dxvk {
{ "d3d11.exposeDriverCommandLists", "False" },
{ "dxgi.hideNvidiaGpu", "False" },
}} },
/* Guild Wars 2 *
* Helps CPU bound performance on some setups */
{ R"(\\Gw2-64\.exe$)", {{
{ "d3d11.cachedDynamicResources", "vc" },
}} },
/**********************************************/
/* D3D9 GAMES */