mirror of
https://github.com/dhewm/dhewm3.git
synced 2024-11-23 04:51:56 +00:00
Add 2560x1440 screen mode
This commit is contained in:
parent
9e628e8474
commit
d535e54c90
1 changed files with 1 additions and 0 deletions
|
@ -483,6 +483,7 @@ vidmode_t r_vidModes[] = {
|
|||
{ "Mode 20: 3840x2160", 3840, 2160 },
|
||||
{ "Mode 21: 4096x2304", 4096, 2304 },
|
||||
{ "Mode 22: 2880x1800", 2880, 1800 },
|
||||
{ "Mode 23: 2560x1440", 2560, 1440 },
|
||||
};
|
||||
// DG: made this an enum so even stupid compilers accept it as array length below
|
||||
enum { s_numVidModes = sizeof( r_vidModes ) / sizeof( r_vidModes[0] ) };
|
||||
|
|
Loading…
Reference in a new issue