aboutsummaryrefslogtreecommitdiff
path: root/common/util.cpp
diff options
context:
space:
mode:
authorTravis Howell2006-01-14 09:28:38 +0000
committerTravis Howell2006-01-14 09:28:38 +0000
commitad14c5311029314e46918af764266c0c46ba6a77 (patch)
treeb89c1c5182f6590eece97f9d3ed3d256c1879a5b /common/util.cpp
parentb49ebb5be0e8829cf158c03bf8a60d46a949cb0b (diff)
downloadscummvm-rg350-ad14c5311029314e46918af764266c0c46ba6a77.tar.gz
scummvm-rg350-ad14c5311029314e46918af764266c0c46ba6a77.tar.bz2
scummvm-rg350-ad14c5311029314e46918af764266c0c46ba6a77.zip
Add SegaCD platform and remove SegaCD specific game Id.
svn-id: r20015
Diffstat (limited to 'common/util.cpp')
-rw-r--r--common/util.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/util.cpp b/common/util.cpp
index 03c9865859..85ed26fb55 100644
--- a/common/util.cpp
+++ b/common/util.cpp
@@ -181,6 +181,7 @@ const PlatformDescription g_platforms[] = {
{"pc", "dos", "DOS", kPlatformPC},
{"windows", "win", "Windows", kPlatformWindows},
{"acorn", "acorn", "Acorn", kPlatformAcorn},
+ {"segacd", "segacd", "SegaCD", kPlatformSegaCD},
{0, 0, "Default", kPlatformUnknown}
};