mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-02-20 19:54:19 +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$)", {{
|
||||
{ "dxvk.shrinkNvidiaHvvHeap", "True" },
|
||||
}} },
|
||||
{ R"(\\GoW\.exe$)", {{
|
||||
{ "d3d11.ignoreGraphicsBarriers", "True" },
|
||||
{ "d3d11.relaxedBarriers", "True" },
|
||||
}} },
|
||||
|
||||
/**********************************************/
|
||||
/* D3D9 GAMES */
|
||||
|
Loading…
x
Reference in New Issue
Block a user