From 561ff72c74056473cab1bdcd7890d26b0ae3f918 Mon Sep 17 00:00:00 2001 From: atsb Date: Tue, 6 Dec 2022 09:38:12 +0100 Subject: [PATCH] adding more resolutions that are also compatible with various Mac models --- src/main.c | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/main.c b/src/main.c index 16ff98e..4589401 100644 --- a/src/main.c +++ b/src/main.c @@ -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;