mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2025-04-28 13:27:58 +03:00
Increase FPS slider max to 241 (#1082)
Some checks failed
validate-internal / build (push) Failing after 10s
Some checks failed
validate-internal / build (push) Failing after 10s
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_MAX = 240;
|
||||
static constexpr int32_t FPS_MAX = 241;
|
||||
|
||||
enum class EAntiAliasing : uint32_t
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue