aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Hoops2009-10-15 22:05:52 +0000
committerMatthew Hoops2009-10-15 22:05:52 +0000
commit6edf387418d49089bc2bc12e67261cc547774e87 (patch)
tree9302e675b09f1b8d10892e86c4089f12216f9579
parent6ade594794534b179bf482c4a93d052c412b097c (diff)
downloadscummvm-rg350-6edf387418d49089bc2bc12e67261cc547774e87.tar.gz
scummvm-rg350-6edf387418d49089bc2bc12e67261cc547774e87.tar.bz2
scummvm-rg350-6edf387418d49089bc2bc12e67261cc547774e87.zip
Give Gob1 CD-i its own platform.
svn-id: r45135
-rw-r--r--common/util.cpp6
-rw-r--r--common/util.h2
-rw-r--r--engines/gob/detection.cpp4
3 files changed, 6 insertions, 6 deletions
diff --git a/common/util.cpp b/common/util.cpp
index 869cec4c48..7401337110 100644
--- a/common/util.cpp
+++ b/common/util.cpp
@@ -252,7 +252,7 @@ const char *getLanguageDescription(Language id) {
const PlatformDescription g_platforms[] = {
- {"2gs", "2gs", "2gs", "Apple IIgs", kPlatformApple2GS },
+ {"2gs", "2gs", "2gs", "Apple IIgs", kPlatformApple2GS},
{"3do", "3do", "3do", "3DO", kPlatform3DO},
{"acorn", "acorn", "acorn", "Acorn", kPlatformAcorn},
{"amiga", "ami", "amiga", "Amiga", kPlatformAmiga},
@@ -270,12 +270,12 @@ const PlatformDescription g_platforms[] = {
{"linux", "linux", "linux", "Linux", kPlatformLinux},
{"macintosh", "mac", "mac", "Macintosh", kPlatformMacintosh},
- {"pce", "pce", "pce", "PC-Engine", kPlatformPCEngine },
+ {"pce", "pce", "pce", "PC-Engine", kPlatformPCEngine},
{"nes", "nes", "nes", "NES", kPlatformNES},
{"segacd", "segacd", "sega", "SegaCD", kPlatformSegaCD},
{"windows", "win", "win", "Windows", kPlatformWindows},
{"playstation", "psx", "psx", "Sony PlayStation", kPlatformPSX},
-
+ {"cdi", "cdi", "cdi", "Phillips CD-i", kPlatformCDi},
{0, 0, 0, "Default", kPlatformUnknown}
};
diff --git a/common/util.h b/common/util.h
index 8a5f6bbace..e3dc47fe3e 100644
--- a/common/util.h
+++ b/common/util.h
@@ -212,11 +212,11 @@ enum Platform {
kPlatformSegaCD,
kPlatform3DO,
kPlatformPCEngine,
-
kPlatformApple2GS,
kPlatformPC98,
kPlatformWii,
kPlatformPSX,
+ kPlatformCDi,
kPlatformUnknown = -1
};
diff --git a/engines/gob/detection.cpp b/engines/gob/detection.cpp
index f96ca31294..783b11cd19 100644
--- a/engines/gob/detection.cpp
+++ b/engines/gob/detection.cpp
@@ -666,10 +666,10 @@ static const GOBGameDescription gameDescriptions[] = {
{
{
"gob1",
- "gob CD-i",
+ "",
AD_ENTRY1s("intro.stk", "0e022d3f2481b39e9175d37b2c6ad4c6", 2390121),
FR_FRA,
- kPlatformWindows,
+ kPlatformCDi,
ADGF_NO_FLAGS,
GUIO_NOSUBTITLES | GUIO_NOSPEECH
},