ALL: synced with ScummVM
This commit is contained in:
parent
1f3ad19a38
commit
068ff94d20
228 changed files with 11689 additions and 4232 deletions
|
@ -31,7 +31,7 @@ const PlatformDescription g_platforms[] = {
|
|||
{ "amiga", "ami", "amiga", "Amiga", kPlatformAmiga },
|
||||
{ "atari", "atari-st", "st", "Atari ST", kPlatformAtariST },
|
||||
{ "c64", "c64", "c64", "Commodore 64", kPlatformC64 },
|
||||
{ "pc", "dos", "ibm", "DOS", kPlatformPC },
|
||||
{ "pc", "dos", "ibm", "DOS", kPlatformDOS },
|
||||
{ "pc98", "pc98", "pc98", "PC-98", kPlatformPC98 },
|
||||
{ "wii", "wii", "wii", "Nintendo Wii", kPlatformWii },
|
||||
{ "coco3", "coco3", "coco3", "CoCo3", kPlatformCoCo3 },
|
||||
|
@ -52,6 +52,8 @@ const PlatformDescription g_platforms[] = {
|
|||
{ "playstation2", "ps2", "ps2", "Sony PlayStation 2", kPlatformPS2 },
|
||||
{ "cdi", "cdi", "cdi", "Philips CD-i", kPlatformCDi },
|
||||
{ "ios", "ios", "ios", "Apple iOS", kPlatformIOS },
|
||||
{ "os2", "os2", "os2", "OS/2", kPlatformOS2 },
|
||||
{ "beos", "beos", "beos", "BeOS", kPlatformBeOS },
|
||||
|
||||
{ 0, 0, 0, "Default", kPlatformUnknown }
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue