summaryrefslogtreecommitdiff
path: root/data/global.pl
diff options
context:
space:
mode:
Diffstat (limited to 'data/global.pl')
-rw-r--r--data/global.pl24
1 files changed, 12 insertions, 12 deletions
diff --git a/data/global.pl b/data/global.pl
index 1cbb9902..9f176081 100644
--- a/data/global.pl
+++ b/data/global.pl
@@ -69,18 +69,18 @@ our %S = (%S,
release_types => [0..2],
platforms => [qw|win dos lin mac dvd gba msx nds nes p98 psp ps1 ps2 ps3 drc sat sfc wii xb3 oth|],
media => {
- #DB display qty
- cd => [ 'CD', 1 ],
- dvd => [ 'DVD', 1 ],
- gdr => [ 'GD', 1 ],
- blr => [ 'Blu-ray', 1 ],
- flp => [ 'Floppy', 1 ],
- mrt => [ 'Cartridge', 1 ],
- mem => [ 'Memory card', 1 ],
- umd => [ 'UMD', 1 ],
- nod => [ 'Nintendo Optical Disk', 1 ],
- in => [ 'Internet download', 0 ],
- otc => [ 'Other', 0 ],
+ #DB qty?
+ cd => 1,
+ dvd => 1,
+ gdr => 1,
+ blr => 1,
+ flp => 1,
+ mrt => 1,
+ mem => 1,
+ umd => 1,
+ nod => 1,
+ in => 0,
+ otc => 0
},
resolutions => [
[ 'Unknown / console / handheld', '' ],