mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-02-20 10:54:16 +01:00
[util] Set frame latency to 1 for God of War
Frame pacing is horrible otherwise, as of the 1.0.9 update.
This commit is contained in:
parent
6b8e8afd5b
commit
119c1ececb
@ -265,6 +265,7 @@ namespace dxvk {
|
||||
{ "d3d11.ignoreGraphicsBarriers", "True" },
|
||||
{ "d3d11.relaxedBarriers", "True" },
|
||||
{ "dxgi.nvapiHack", "False" },
|
||||
{ "dxgi.maxFrameLatency", "1" },
|
||||
}} },
|
||||
/* AoE 2 DE - runs poorly for some users */
|
||||
{ R"(\\AoE2DE_s\.exe$)", {{
|
||||
|
Loading…
x
Reference in New Issue
Block a user