COMMON: Add iOS platform type

This commit is contained in:
Matthew Hoops 2011-04-07 10:51:10 -04:00
parent d5ff478100
commit 50d2519552
2 changed files with 2 additions and 0 deletions

View file

@ -214,6 +214,7 @@ const PlatformDescription g_platforms[] = {
{ "windows", "win", "win", "Windows", kPlatformWindows },
{ "playstation", "psx", "psx", "Sony PlayStation", kPlatformPSX },
{ "cdi", "cdi", "cdi", "Phillips CD-i", kPlatformCDi },
{ "ios", "ios", "ios", "Apple iOS", kPlatformIOS },
{ 0, 0, 0, "Default", kPlatformUnknown }
};