summaryrefslogtreecommitdiff
path: root/data/global.pl
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2008-12-02 10:40:27 +0100
committerYorhel <git@yorhel.nl>2008-12-02 10:40:27 +0100
commit2e086e8f474ad1bb8840ff64a2f2590e9dae3212 (patch)
treeba205c033dd1ff96bf18e4ac7643d356523eb5d8 /data/global.pl
parent531db3e8ddc8523df730a3412fe6ccee21a71259 (diff)
Started on the release pages
Diffstat (limited to 'data/global.pl')
-rw-r--r--data/global.pl10
1 files changed, 10 insertions, 0 deletions
diff --git a/data/global.pl b/data/global.pl
index 950d1577..3b582f7f 100644
--- a/data/global.pl
+++ b/data/global.pl
@@ -173,6 +173,16 @@ our %S = (
xb3 => 'Xbox 360',
oth => 'Other'
},
+ media => {
+ #DB display qty
+ cd => [ 'CD', 1 ],
+ dvd => [ 'DVD', 1 ],
+ gdr => [ 'GD-ROM', 1 ],
+ blr => [ 'Blu-Ray disk', 1 ],
+ in => [ 'Internet download', 0 ],
+ pa => [ 'Patch', 0 ],
+ otc => [ 'Other (console)', 0 ],
+ },
);