From e6873031970fbb61d7e85d066513e1590fe17b4c Mon Sep 17 00:00:00 2001 From: Blisto91 Date: Sun, 22 Sep 2024 17:43:16 +0200 Subject: [PATCH] [util] Cap Prince of Persia (2008) max fps Game can get stuck when loading at very high fps --- src/util/config/config.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index 3e310cd59..2d4cfef18 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -968,6 +968,11 @@ namespace dxvk { { R"(\\Battle Mages\\mages\.exe$)", {{ { "d3d9.cachedDynamicBuffers", "True" }, }} }, + /* Prince of Persia (2008) - Can get stuck * + * during loading at very high fps */ + { R"(\\PrinceOfPersia_Launcher\.exe$)", {{ + { "d3d9.maxFrameRate", "240" }, + }} }, /**********************************************/ /* D3D8 GAMES */