Skip to content

Commit

Permalink
Increase FPS slider max to 241 (#1082)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperbx authored Mar 6, 2025
1 parent c07a754 commit df5e48f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UnleashedRecomp/user/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit df5e48f

Please sign in to comment.