mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-02-21 22:54:16 +01:00
[util] Enable performance options for God of War
This commit is contained in:
parent
08c7bab431
commit
42c06ceb51
@ -257,6 +257,10 @@ namespace dxvk {
|
|||||||
{ R"(\\ffxiv_dx11\.exe$)", {{
|
{ R"(\\ffxiv_dx11\.exe$)", {{
|
||||||
{ "dxvk.shrinkNvidiaHvvHeap", "True" },
|
{ "dxvk.shrinkNvidiaHvvHeap", "True" },
|
||||||
}} },
|
}} },
|
||||||
|
{ R"(\\GoW\.exe$)", {{
|
||||||
|
{ "d3d11.ignoreGraphicsBarriers", "True" },
|
||||||
|
{ "d3d11.relaxedBarriers", "True" },
|
||||||
|
}} },
|
||||||
|
|
||||||
/**********************************************/
|
/**********************************************/
|
||||||
/* D3D9 GAMES */
|
/* D3D9 GAMES */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user