From 2ec25f588f597a39cfab36928bc5824b675466b0 Mon Sep 17 00:00:00 2001 From: xpander69 Date: Sat, 10 Sep 2022 13:47:15 +0300 Subject: [PATCH] Cap Warhammer Online to 100 FPS Animations break with 100+ FPS. Engine Limitation. WAR-64.exe is affected by this. WAR.exe is capped to 100 by default. --- src/util/config/config.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index d2a41db97..51dcf5a98 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -439,6 +439,7 @@ namespace dxvk { /* Warhammer: Online */ { R"(\\WAR(-64)?\.exe$)", {{ { "d3d9.customVendorId", "1002" }, + { "d3d9.maxFrameRate", "100" }, }} }, /* Dragon Nest */ { R"(\\DragonNest_x64\.exe$)", {{