summaryrefslogtreecommitdiff
path: root/data/global.pl
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2009-07-19 14:44:11 +0200
committerYorhel <git@yorhel.nl>2009-07-19 14:44:11 +0200
commit09869c785d57b20b2ff4346a53476a8f8efac6da (patch)
tree4c75b9212fc61d206bfdaf47a6544feadc5b26ea /data/global.pl
parentf5e5f2ce1fd955793420fd62d663d54983e7facc (diff)
Added 1024x600 and 1600x1200 screen resolutions
Diffstat (limited to 'data/global.pl')
-rw-r--r--data/global.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/data/global.pl b/data/global.pl
index 92f52e71..83cb42fd 100644
--- a/data/global.pl
+++ b/data/global.pl
@@ -210,7 +210,9 @@ our %S = (%S,
[ '640x480 (480p)', '4:3' ],
[ '800x600', '4:3' ],
[ '1024x768', '4:3' ],
+ [ '1600x1200', '4:3' ],
[ '640x400', 'widescreen' ],
+ [ '1024x600', 'widescreen' ],
[ '1024x640', 'widescreen' ],
[ '1280x720 (720p)', 'widescreen' ],
[ '1920x1080 (1080p)', 'widescreen' ],