mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-06 22:28:56 +00:00
(svn r1529) -Feature: [1090950] Adding 16:10 resolutions for mainly laptops (doode)
This commit is contained in:
parent
1b00f36520
commit
633786f55e
5
sdl.c
5
sdl.c
@ -243,10 +243,13 @@ static const uint16 default_resolutions[][2] = {
|
||||
{ 800, 600},
|
||||
{1024, 768},
|
||||
{1152, 864},
|
||||
{1280, 800},
|
||||
{1280, 960},
|
||||
{1280, 1024},
|
||||
{1400, 1050},
|
||||
{1600, 1200}
|
||||
{1600, 1200},
|
||||
{1680, 1050},
|
||||
{1920, 1200}
|
||||
};
|
||||
|
||||
static void GetVideoModes(void)
|
||||
|
Loading…
Reference in New Issue
Block a user