From d8bef70171cb98662476ab8740cfdcff33b483ff Mon Sep 17 00:00:00 2001 From: Sally Coolatta Date: Sun, 27 Mar 2022 13:20:42 -0400 Subject: [PATCH] Add PAL hz standard as an FPS cap option --- src/r_fps.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/r_fps.c b/src/r_fps.c index bc70cfa1c..ea5fe38a7 100644 --- a/src/r_fps.c +++ b/src/r_fps.c @@ -37,6 +37,7 @@ static CV_PossibleValue_t fpscap_cons_t[] = { {30, "30"}, #endif {35, "35"}, + {50, "50"}, {60, "60"}, {70, "70"}, {75, "75"},