COMMON: Add Android to Platform Header

This commit is contained in:
eientei 2022-05-18 17:40:47 +12:00 committed by Martin Gerhardy
parent 9dbd1fa759
commit 2d3661052b
2 changed files with 2 additions and 0 deletions

View File

@ -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 },

View File

@ -68,6 +68,7 @@ enum Platform {
kPlatformXbox,
kPlatformCDi,
kPlatformIOS,
kPlatformAndroid,
kPlatformOS2,
kPlatformBeOS,
kPlatformPocketPC,