COMMON: Add the original Xbox to the list of platforms
This commit is contained in:
parent
4fe80cd669
commit
d40eeb3485
2 changed files with 4 additions and 2 deletions
|
@ -49,8 +49,9 @@ const PlatformDescription g_platforms[] = {
|
||||||
{ "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 },
|
||||||
//ResidualVM: playstation2
|
//ResidualVM: playstation2, xbox
|
||||||
{ "playstation2", "ps2", "ps2", "Sony PlayStation 2", kPlatformPS2 },
|
{ "playstation2", "ps2", "ps2", "Sony PlayStation 2", kPlatformPS2 },
|
||||||
|
{ "xbox", "xbox", "xbox", "Microsoft Xbox", kPlatformXbox },
|
||||||
{ "cdi", "cdi", "cdi", "Philips CD-i", kPlatformCDi },
|
{ "cdi", "cdi", "cdi", "Philips CD-i", kPlatformCDi },
|
||||||
{ "ios", "ios", "ios", "Apple iOS", kPlatformIOS },
|
{ "ios", "ios", "ios", "Apple iOS", kPlatformIOS },
|
||||||
{ "os2", "os2", "os2", "OS/2", kPlatformOS2 },
|
{ "os2", "os2", "os2", "OS/2", kPlatformOS2 },
|
||||||
|
|
|
@ -54,8 +54,9 @@ enum Platform {
|
||||||
kPlatformPC98,
|
kPlatformPC98,
|
||||||
kPlatformWii,
|
kPlatformWii,
|
||||||
kPlatformPSX,
|
kPlatformPSX,
|
||||||
//ResidualVM: playstation2
|
//ResidualVM: playstation2, xbox
|
||||||
kPlatformPS2,
|
kPlatformPS2,
|
||||||
|
kPlatformXbox,
|
||||||
kPlatformCDi,
|
kPlatformCDi,
|
||||||
kPlatformIOS,
|
kPlatformIOS,
|
||||||
kPlatformOS2,
|
kPlatformOS2,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue