ALL: Restore kPlatformPS2

Wrongfully removed in revision bccbcae43
This commit is contained in:
Matthew Hoops 2011-04-12 20:13:34 +08:00 committed by Pawel Kolodziejski
parent 9ca8032154
commit e71f793f88
3 changed files with 3 additions and 1 deletions

View File

@ -191,6 +191,7 @@ const PlatformDescription g_platforms[] = {
{ "segacd", "segacd", "sega", "SegaCD", kPlatformSegaCD },
{ "windows", "win", "win", "Windows", kPlatformWindows },
{ "playstation", "psx", "psx", "Sony PlayStation", kPlatformPSX },
{ "playstation2", "ps2", "ps2", "Sony PlayStation 2", kPlatformPS2 },
{ "cdi", "cdi", "cdi", "Phillips CD-i", kPlatformCDi },
{ 0, 0, 0, "Default", kPlatformUnknown }

View File

@ -160,6 +160,7 @@ enum Platform {
kPlatformWii,
kPlatformPSX,
kPlatformCDi,
kPlatformPS2,
kPlatformUnknown = -1
};

View File

@ -136,7 +136,7 @@ static const GrimGameDescription gameDescriptions[] = {
"",
AD_ENTRY1s("local.m4b", "00c4eb73f6b6607ba3d4e8d3f956b37b", 3804862),
Common::EN_ANY,
Common::kPlatformWindows,//Common::kPlatformPS2,
Common::kPlatformPS2,
ADGF_NO_FLAGS,
GUIO_NONE
},