mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-27 05:32:45 +00:00
COMMON: Add Android to Platform Header
This commit is contained in:
parent
9dbd1fa759
commit
2d3661052b
@ -55,6 +55,7 @@ const PlatformDescription g_platforms[] = {
|
||||
{ "xbox", "xbox", "xbox", "Microsoft Xbox", kPlatformXbox },
|
||||
{ "cdi", "cdi", "cdi", "Philips CD-i", kPlatformCDi },
|
||||
{ "ios", "ios", "ios", "Apple iOS", kPlatformIOS },
|
||||
{ "android", "android", "android", "Android", kPlatformAndroid },
|
||||
{ "os2", "os2", "os2", "OS/2", kPlatformOS2 },
|
||||
{ "beos", "beos", "beos", "BeOS", kPlatformBeOS },
|
||||
{ "ppc", "ppc", "ppc", "PocketPC", kPlatformPocketPC },
|
||||
|
@ -68,6 +68,7 @@ enum Platform {
|
||||
kPlatformXbox,
|
||||
kPlatformCDi,
|
||||
kPlatformIOS,
|
||||
kPlatformAndroid,
|
||||
kPlatformOS2,
|
||||
kPlatformBeOS,
|
||||
kPlatformPocketPC,
|
||||
|
Loading…
x
Reference in New Issue
Block a user