We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40afd69 commit 4440b47Copy full SHA for 4440b47
include/mint/falcon.h
@@ -177,8 +177,8 @@ __extension__ \
177
* 0: 640x480; 1280x720 (with OVERSCAN set)
178
* 1: 800x600; 1680x1050 (with OVERSCAN set)
179
* 2: 1024x768; 1920x1080 (with OVERSCAN set)
180
- * 3: 1280x1024
181
- * 4: 1600x1200
+ * 3: 1280x1024; 1920x1200 (with OVERSCAN set)
+ * 4: 1600x1200; 2560x1440 (with OVERSCAN set)
182
*/
183
#define SVEXT_BASERES(res) ((res & 0xf) << 9) /* specify base resolution */
184
#define SVEXT 0x4000 /* enable SuperVidel's extensions */
0 commit comments