mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-26 13:50:53 +00:00
Added some 16:9 video resolutions in the options menu
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4056 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
237dffe4d4
commit
aee80e353b
1 changed files with 12 additions and 9 deletions
|
@ -1821,6 +1821,9 @@ static const char *res16x9[] =
|
||||||
"1600x900",
|
"1600x900",
|
||||||
"1920x1080",
|
"1920x1080",
|
||||||
"2048x1152",
|
"2048x1152",
|
||||||
|
"2560x1440",
|
||||||
|
"3840x2160",
|
||||||
|
"4096x2304",
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
static const char *res16x10[] =
|
static const char *res16x10[] =
|
||||||
|
|
Loading…
Reference in a new issue