From df5e48f528b530c7c7984c3286779c4b75498a37 Mon Sep 17 00:00:00 2001 From: Hyper <34012267+hyperbx@users.noreply.github.com> Date: Thu, 6 Mar 2025 06:33:13 +0000 Subject: [PATCH] Increase FPS slider max to 241 (#1082) --- UnleashedRecomp/user/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UnleashedRecomp/user/config.h b/UnleashedRecomp/user/config.h index e038d02..5cda9d9 100644 --- a/UnleashedRecomp/user/config.h +++ b/UnleashedRecomp/user/config.h @@ -95,7 +95,7 @@ enum class ETripleBuffering : uint32_t }; static constexpr int32_t FPS_MIN = 15; -static constexpr int32_t FPS_MAX = 240; +static constexpr int32_t FPS_MAX = 241; enum class EAntiAliasing : uint32_t {