diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index 9695148b..b2d32781 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -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 */