Bladestorm Nightmare - Game speed increases when above 60 FPS outside of missions

The game has 3 v-sync options but doesn't explain what they do.
0 = 60 FPS
1 = Monitor Refresh Rate
2 = 30 FPS

Framerate is capped at 60 in missions and then up to monitor refresh in the main menu and tavern area

This PR would provide a better default experience for people using option 1 with high refresh displays
This commit is contained in:
Trevonn 2023-06-25 14:04:53 +01:00 committed by Philip Rebohle
parent 2ef41bdbf6
commit 3a368f4780
1 changed files with 6 additions and 0 deletions

View File

@ -399,6 +399,12 @@ namespace dxvk {
{ R"(\\Battle.net\.exe$)", {{
{ "dxvk.maxChunkSize", "1" },
}} },
/* Bladestorm Nightmare *
* Game speed increases when above 60 fps in *
* the tavern area */
{ R"(\\BLADESTORM Nightmare\\Launch_(EA|JP)\.exe$)", {{
{ "dxgi.maxFrameRate", "60" },
}} },
/**********************************************/
/* D3D9 GAMES */