summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/global.pl38
1 files changed, 19 insertions, 19 deletions
diff --git a/data/global.pl b/data/global.pl
index 7624be77..18e128ad 100644
--- a/data/global.pl
+++ b/data/global.pl
@@ -197,25 +197,25 @@ our %S;
in => [ 0, 'Internet download', '', 'download' ],
otc => [ 0, 'Other', '', 'cartridge'],
),
- resolutions => [
- [ 'Unknown / console / handheld', '' ], # hardcoded to 0 in many places
- [ 'Non-standard', '' ], # hardcoded to 1 in VNPage.pm
- [ '640x480', '4:3' ],
- [ '800x600', '4:3' ],
- [ '1024x768', '4:3' ],
- [ '1280x960', '4:3' ],
- [ '1600x1200', '4:3' ],
- [ '640x400', 'widescreen' ],
- [ '960x600', 'widescreen' ],
- [ '1024x576', 'widescreen' ],
- [ '1024x600', 'widescreen' ],
- [ '1024x640', 'widescreen' ],
- [ '1280x720', 'widescreen' ],
- [ '1280x800', 'widescreen' ],
- [ '1366x768', 'widescreen' ],
- [ '1600x900', 'widescreen' ],
- [ '1920x1080', 'widescreen' ],
- ],
+ resolutions => ordhash(
+ unknown => [ 'Unknown / console / handheld', '' ], # hardcoded in many places
+ nonstandard => [ 'Non-standard', '' ], # hardcoded in VNPage.pm
+ '640x480' => [ '640x480', '4:3' ],
+ '800x600' => [ '800x600', '4:3' ],
+ '1024x768' => [ '1024x768', '4:3' ],
+ '1280x960' => [ '1280x960', '4:3' ],
+ '1600x1200' => [ '1600x1200', '4:3' ],
+ '640x400' => [ '640x400', 'widescreen' ],
+ '960x600' => [ '960x600', 'widescreen' ],
+ '1024x576' => [ '1024x576', 'widescreen' ],
+ '1024x600' => [ '1024x600', 'widescreen' ],
+ '1024x640' => [ '1024x640', 'widescreen' ],
+ '1280x720' => [ '1280x720', 'widescreen' ],
+ '1280x800' => [ '1280x800', 'widescreen' ],
+ '1366x768' => [ '1366x768', 'widescreen' ],
+ '1600x900' => [ '1600x900', 'widescreen' ],
+ '1920x1080' => [ '1920x1080', 'widescreen' ],
+ ),
tag_categories => ordhash(
cont => 'Content',
ero => 'Sexual content',