From 7ca7bb13c3bd79a82b73bdd631399e25fdf6fe81 Mon Sep 17 00:00:00 2001 From: Yorhel Date: Sun, 12 Aug 2018 12:22:21 +0200 Subject: Add 1600x900 resolution https://vndb.org/t950.481 Also, the resolution should really be stored as an ENUM in the database, this integer thing is waay too fragile. --- data/global.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'data/global.pl') diff --git a/data/global.pl b/data/global.pl index ddebe436..7624be77 100644 --- a/data/global.pl +++ b/data/global.pl @@ -213,6 +213,7 @@ our %S; [ '1280x720', 'widescreen' ], [ '1280x800', 'widescreen' ], [ '1366x768', 'widescreen' ], + [ '1600x900', 'widescreen' ], [ '1920x1080', 'widescreen' ], ], tag_categories => ordhash( -- cgit v1.2.1