1
0
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:
Philip Rebohle 2022-03-24 03:01:29 +01:00
parent 6b8e8afd5b
commit 119c1ececb
No known key found for this signature in database
GPG Key ID: C8CC613427A31C99

View File

@ -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$)", {{