mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-05 02:17:05 +00:00
ALL: Restore kPlatformPS2
Wrongfully removed in revision bccbcae43
This commit is contained in:
parent
9ca8032154
commit
e71f793f88
@ -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 }
|
||||
|
@ -160,6 +160,7 @@ enum Platform {
|
||||
kPlatformWii,
|
||||
kPlatformPSX,
|
||||
kPlatformCDi,
|
||||
kPlatformPS2,
|
||||
|
||||
kPlatformUnknown = -1
|
||||
};
|
||||
|
@ -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
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user