mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2025-10-30 07:11:05 +00:00
Increase FPS slider max to 241 (#1082)
This commit is contained in:
parent
c07a754f4f
commit
df5e48f528
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_MIN = 15;
|
||||||
static constexpr int32_t FPS_MAX = 240;
|
static constexpr int32_t FPS_MAX = 241;
|
||||||
|
|
||||||
enum class EAntiAliasing : uint32_t
|
enum class EAntiAliasing : uint32_t
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue