Skip to content

Commit

Permalink
adding more resolutions that are also compatible with various Mac models
Browse files Browse the repository at this point in the history
  • Loading branch information
atsb committed Dec 6, 2022
1 parent 7732d84 commit 561ff72
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -304,8 +304,16 @@ VideoModeStruct VideoModeList[] = {
{ 1280, 960, 0 },
{ 1280, 1024, 0 },
{ 1366, 768, 0 },
{ 1680, 1050, 0 },
{ 1600, 1200, 0 },
{ 1920, 1080, 0 }
{ 1920, 1080, 0 },
{ 2560, 1600, 0 },
{ 2560, 1664, 0 },
{ 3840, 2160, 0 },
{ 4096, 2304, 0 },
{ 4480, 2520, 0 },
{ 5120, 2880, 0 },
{ 6016, 3384, 0 }
};

int CurrentVideoMode;
Expand Down

0 comments on commit 561ff72

Please sign in to comment.