summaryrefslogtreecommitdiff
path: root/lib/global.pl
diff options
context:
space:
mode:
authoryorhel <yorhel@1fe2e327-d9db-4752-bcf7-ef0cb4a1748b>2008-06-03 11:22:14 +0000
committeryorhel <yorhel@1fe2e327-d9db-4752-bcf7-ef0cb4a1748b>2008-06-03 11:22:14 +0000
commit9c467a1ff889ea1cca5ad9b618fe747becb594e9 (patch)
treec1f6e9a042f85dadda53ba0bb45e914c4c5f4780 /lib/global.pl
parentc0714595eb620a0fbb2ea9fe12465483419aae22 (diff)
Added Xbox 360 to platforms
git-svn-id: svn://vndb.org/vndb@19 1fe2e327-d9db-4752-bcf7-ef0cb4a1748b
Diffstat (limited to 'lib/global.pl')
-rw-r--r--lib/global.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/global.pl b/lib/global.pl
index b94dd40b..37839a42 100644
--- a/lib/global.pl
+++ b/lib/global.pl
@@ -19,6 +19,7 @@ our $PLAT = {
drc => 'Dreamcast',
sfc => 'Super Nintendo',
wii => 'Nintendo Wii',
+ xb3 => 'Xbox 360',
oth => 'Other'
};