1
0
mirror of https://github.com/blawar/GLideN64.git synced 2024-07-04 10:03:36 +00:00

Add 1600 x 1024 windowed resolution.

This commit is contained in:
Sergey Lipskiy 2015-02-12 23:10:54 +06:00
parent df4c34bc2c
commit d12e33c521

View File

@ -10,7 +10,7 @@
#include "FullscreenResolutions.h"
static
const unsigned int numWindowedModes = 12U;
const unsigned int numWindowedModes = 13U;
static
struct
{
@ -28,6 +28,7 @@ struct
{ 1280, 960, "1280 x 960" },
{ 1280, 1024, "1280 x 1024" },
{ 1440, 1080, "1440 x 1080" },
{ 1600, 1024, "1600 x 1024" },
{ 1600, 1200, "1600 x 1200" }
};