mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-02-21 22:54:16 +01:00
util: Enable d3d11.ignoreGraphicsBarriers for Granblue Relink
Improves GPU-bound performance due to the game using PS UAVs.
This commit is contained in:
parent
ab3593185f
commit
9491b56beb
@ -430,6 +430,11 @@ namespace dxvk {
|
|||||||
{ R"(\\kenshi_x64\.exe$)", {{
|
{ R"(\\kenshi_x64\.exe$)", {{
|
||||||
{ "d3d11.cachedDynamicResources", "v" },
|
{ "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 */
|
/* D3D9 GAMES */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user