Skip to content

Commit

Permalink
Fixes: #261
Browse files Browse the repository at this point in the history
Adding desired resolution to 21:9 list
  • Loading branch information
atsb committed Aug 25, 2024
1 parent 98eeac3 commit b5a6ab7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/engine/m_menu.c
Original file line number Diff line number Diff line change
Expand Up @@ -1893,9 +1893,10 @@ static const int Resolution16_10[MAX_RES16_10][2] = {
{ 7680, 4800 }
};

#define MAX_RES21_09 2
static const int Resolution21_09[MAX_RES21_09][2] = {
#define MAX_RES21_09 3
static const int Resolution21_09[MAX_RES21_09][3] = {
{ 2560, 1080 },
{ 3440, 1440 },
{ 3840, 2160 }
};

Expand Down

0 comments on commit b5a6ab7

Please sign in to comment.