util: Enable d3d11.ignoreGraphicsBarriers for Granblue Relink

Improves GPU-bound performance due to the game using PS UAVs.
This commit is contained in:
Philip Rebohle 2024-02-15 20:33:06 +01:00
parent ab3593185f
commit 9491b56beb
1 changed files with 5 additions and 0 deletions

View File

@ -430,6 +430,11 @@ namespace dxvk {
{ R"(\\kenshi_x64\.exe$)", {{
{ "d3d11.cachedDynamicResources", "v" },
}} },
/* Granblue Relink: Spams pixel shader UAVs *
* like crazy, much like God of War */
{ R"(\\granblue_fantasy_relink\.exe$)", {{
{ "d3d11.ignoreGraphicsBarriers", "True" },
}} },
/**********************************************/
/* D3D9 GAMES */