Give Gob1 CD-i its own platform.
svn-id: r45135
This commit is contained in:
parent
6ade594794
commit
6edf387418
3 changed files with 6 additions and 6 deletions
|
@ -252,7 +252,7 @@ const char *getLanguageDescription(Language id) {
|
||||||
|
|
||||||
|
|
||||||
const PlatformDescription g_platforms[] = {
|
const PlatformDescription g_platforms[] = {
|
||||||
{"2gs", "2gs", "2gs", "Apple IIgs", kPlatformApple2GS },
|
{"2gs", "2gs", "2gs", "Apple IIgs", kPlatformApple2GS},
|
||||||
{"3do", "3do", "3do", "3DO", kPlatform3DO},
|
{"3do", "3do", "3do", "3DO", kPlatform3DO},
|
||||||
{"acorn", "acorn", "acorn", "Acorn", kPlatformAcorn},
|
{"acorn", "acorn", "acorn", "Acorn", kPlatformAcorn},
|
||||||
{"amiga", "ami", "amiga", "Amiga", kPlatformAmiga},
|
{"amiga", "ami", "amiga", "Amiga", kPlatformAmiga},
|
||||||
|
@ -270,12 +270,12 @@ const PlatformDescription g_platforms[] = {
|
||||||
|
|
||||||
{"linux", "linux", "linux", "Linux", kPlatformLinux},
|
{"linux", "linux", "linux", "Linux", kPlatformLinux},
|
||||||
{"macintosh", "mac", "mac", "Macintosh", kPlatformMacintosh},
|
{"macintosh", "mac", "mac", "Macintosh", kPlatformMacintosh},
|
||||||
{"pce", "pce", "pce", "PC-Engine", kPlatformPCEngine },
|
{"pce", "pce", "pce", "PC-Engine", kPlatformPCEngine},
|
||||||
{"nes", "nes", "nes", "NES", kPlatformNES},
|
{"nes", "nes", "nes", "NES", kPlatformNES},
|
||||||
{"segacd", "segacd", "sega", "SegaCD", kPlatformSegaCD},
|
{"segacd", "segacd", "sega", "SegaCD", kPlatformSegaCD},
|
||||||
{"windows", "win", "win", "Windows", kPlatformWindows},
|
{"windows", "win", "win", "Windows", kPlatformWindows},
|
||||||
{"playstation", "psx", "psx", "Sony PlayStation", kPlatformPSX},
|
{"playstation", "psx", "psx", "Sony PlayStation", kPlatformPSX},
|
||||||
|
{"cdi", "cdi", "cdi", "Phillips CD-i", kPlatformCDi},
|
||||||
|
|
||||||
{0, 0, 0, "Default", kPlatformUnknown}
|
{0, 0, 0, "Default", kPlatformUnknown}
|
||||||
};
|
};
|
||||||
|
|
|
@ -212,11 +212,11 @@ enum Platform {
|
||||||
kPlatformSegaCD,
|
kPlatformSegaCD,
|
||||||
kPlatform3DO,
|
kPlatform3DO,
|
||||||
kPlatformPCEngine,
|
kPlatformPCEngine,
|
||||||
|
|
||||||
kPlatformApple2GS,
|
kPlatformApple2GS,
|
||||||
kPlatformPC98,
|
kPlatformPC98,
|
||||||
kPlatformWii,
|
kPlatformWii,
|
||||||
kPlatformPSX,
|
kPlatformPSX,
|
||||||
|
kPlatformCDi,
|
||||||
|
|
||||||
kPlatformUnknown = -1
|
kPlatformUnknown = -1
|
||||||
};
|
};
|
||||||
|
|
|
@ -666,10 +666,10 @@ static const GOBGameDescription gameDescriptions[] = {
|
||||||
{
|
{
|
||||||
{
|
{
|
||||||
"gob1",
|
"gob1",
|
||||||
"gob CD-i",
|
"",
|
||||||
AD_ENTRY1s("intro.stk", "0e022d3f2481b39e9175d37b2c6ad4c6", 2390121),
|
AD_ENTRY1s("intro.stk", "0e022d3f2481b39e9175d37b2c6ad4c6", 2390121),
|
||||||
FR_FRA,
|
FR_FRA,
|
||||||
kPlatformWindows,
|
kPlatformCDi,
|
||||||
ADGF_NO_FLAGS,
|
ADGF_NO_FLAGS,
|
||||||
GUIO_NOSUBTITLES | GUIO_NOSPEECH
|
GUIO_NOSUBTITLES | GUIO_NOSPEECH
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue