[util] Enable frame rate limiter for Nier Replicant

The game does not run properly at frame rates above 60 and uses the sync
interval in a weird way that sometimes leads to the game being stuck at
31 FPS, and in the menus it displays content at weird refresh rates that
it was clearly not designed to run at.
This commit is contained in:
Philip Rebohle 2021-06-09 03:48:07 +02:00 committed by Philip Rebohle
parent 6044e63eb0
commit 12c51f1c3d
1 changed files with 5 additions and 0 deletions

View File

@ -108,6 +108,11 @@ namespace dxvk {
{ R"(\\NieRAutomata\.exe$)", {{
{ "d3d11.constantBufferRangeCheck", "True" },
}} },
/* NieR Replicant */
{ R"(\\NieR Replicant ver\.1\.22474487139\.exe)", {{
{ "dxgi.syncInterval", "1" },
{ "dxgi.maxFrameRate", "60" },
}} },
/* SteamVR performance test */
{ R"(\\vr\.exe$)", {{
{ "d3d11.dcSingleUseMode", "False" },