summaryrefslogtreecommitdiff
path: root/lib
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
parentc0714595eb620a0fbb2ea9fe12465483419aae22 (diff)
Added Xbox 360 to platforms
git-svn-id: svn://vndb.org/vndb@19 1fe2e327-d9db-4752-bcf7-ef0cb4a1748b
Diffstat (limited to 'lib')
-rw-r--r--lib/ChangeLog2
-rw-r--r--lib/global.pl1
2 files changed, 2 insertions, 1 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 4f2f5e09..0ac9e7fb 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -12,7 +12,7 @@ TODO:
anime relations without having to visit AniDB.
1.17 - 2008-05-23
- - Added PS3 to platforms
+ - Added PS3 and Xbox 360 to platforms
1.16 - 2008-05-22
- Release dates in the current year or month without a specified day will
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'
};