Give Gob1 CD-i its own platform.

svn-id: r45135
This commit is contained in:
Matthew Hoops 2009-10-15 22:05:52 +00:00
parent 6ade594794
commit 6edf387418
3 changed files with 6 additions and 6 deletions

View file

@ -275,7 +275,7 @@ const PlatformDescription g_platforms[] = {
{"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}
};

View file

@ -212,11 +212,11 @@ enum Platform {
kPlatformSegaCD,
kPlatform3DO,
kPlatformPCEngine,
kPlatformApple2GS,
kPlatformPC98,
kPlatformWii,
kPlatformPSX,
kPlatformCDi,
kPlatformUnknown = -1
};

View file

@ -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
},