COMMON: Added PS2 and XBOX platform definitions.
This commit is contained in:
parent
8025fcd1d6
commit
db4295c1a8
2 changed files with 4 additions and 0 deletions
|
@ -51,6 +51,8 @@ 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 },
|
||||
{ "xbox", "xbox", "xbox", "Microsoft Xbox", kPlatformXbox },
|
||||
{ "cdi", "cdi", "cdi", "Philips CD-i", kPlatformCDi },
|
||||
{ "ios", "ios", "ios", "Apple iOS", kPlatformIOS },
|
||||
{ "os2", "os2", "os2", "OS/2", kPlatformOS2 },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue