Skip to content

Commit

Permalink
added 144hz option for some models
Browse files Browse the repository at this point in the history
  • Loading branch information
mariotaku committed Aug 29, 2024
1 parent da471bd commit 5fca204
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/ui/settings/panes/basic.pane.c
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ static const pref_dropdown_int_entry_t supported_fps[] = {
{"60 FPS", 60, true},
{"90 FPS", 90},
{"120 FPS", 120},
{"144 FPS", 144},
{"240 FPS", 240},
};
static const int supported_fps_len = sizeof(supported_fps) / sizeof(pref_dropdown_int_entry_t);
#define BITRATE_STEP 1000
Expand Down

0 comments on commit 5fca204

Please sign in to comment.