Skip to content

Commit

Permalink
UI: additional built-in 16:9 resolutions in video settings
Browse files Browse the repository at this point in the history
  • Loading branch information
codemasher committed Apr 15, 2021
1 parent f477048 commit ce9b9be
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions code/q3_ui/ui_video.c
Original file line number Diff line number Diff line change
Expand Up @@ -143,11 +143,14 @@ static const char *builtinResolutions[ ] =
"1440x900",
"1600x900",
"1600x1200",
"1680x945",
"1680x1050",
"1920x1080",
"1920x1200",
"2048x1536",
"2560x1440",
"2560x1600",
"3840x2160",
0
};

Expand Down

0 comments on commit ce9b9be

Please sign in to comment.