COMMON: Add iOS platform type
This commit is contained in:
parent
d5ff478100
commit
50d2519552
2 changed files with 2 additions and 0 deletions
|
@ -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 }
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue