mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Add PAL hz standard as an FPS cap option
This commit is contained in:
parent
c0678e5016
commit
d8bef70171
1 changed files with 1 additions and 0 deletions
|
|
@ -37,6 +37,7 @@ static CV_PossibleValue_t fpscap_cons_t[] = {
|
||||||
{30, "30"},
|
{30, "30"},
|
||||||
#endif
|
#endif
|
||||||
{35, "35"},
|
{35, "35"},
|
||||||
|
{50, "50"},
|
||||||
{60, "60"},
|
{60, "60"},
|
||||||
{70, "70"},
|
{70, "70"},
|
||||||
{75, "75"},
|
{75, "75"},
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue