mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-04-26 04:11:36 +00:00
Increase FPS slider max to 241
This commit is contained in:
parent
c07a754f4f
commit
886d4f4775
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue