From 8b9b46dfff2130d43a497c3e08bdffb2716a72f7 Mon Sep 17 00:00:00 2001 From: Blisto91 <47954800+Blisto91@users.noreply.github.com> Date: Wed, 1 Jan 2025 20:37:24 +0100 Subject: [PATCH] [util] Cap fps in The hurricane of the Varstray --- src/util/config/config.cpp | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index a5245f85a..1da779e97 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -455,11 +455,16 @@ namespace dxvk { { R"(\\x86_64\\Warcraft III\.exe$)", {{ { "dxvk.hideIntegratedGraphics", "True" }, }} }, - /* Earth Defense Force 5 */ + /* Earth Defense Force 5 */ { R"(\\EDF5\.exe$)", {{ { "dxgi.tearFree", "False" }, { "dxgi.syncInterval", "1" }, }} }, + /* The Hurricane of the Varstray * + * Too fast above 60fps */ + { R"(\\Varstray_steam(_demo)?\.exe$)", {{ + { "dxgi.maxFrameRate", "60" }, + }} }, /**********************************************/ /* D3D9 GAMES */