diff options
author | clone2727 | 2011-06-01 07:04:05 -0700 |
---|---|---|
committer | clone2727 | 2011-06-01 07:04:05 -0700 |
commit | 49a8f7675f9685df984f5acd88ea4ac56b703f33 (patch) | |
tree | 650593c4254ba11c212f3f409b8c96929d4bc4ee /common/util.cpp | |
parent | 90f2cde9fa27b06fe7753d68d4166bc10c833942 (diff) | |
parent | dfb682288699e84321c14cc5d52cbd3fdaeba40c (diff) | |
download | scummvm-rg350-49a8f7675f9685df984f5acd88ea4ac56b703f33.tar.gz scummvm-rg350-49a8f7675f9685df984f5acd88ea4ac56b703f33.tar.bz2 scummvm-rg350-49a8f7675f9685df984f5acd88ea4ac56b703f33.zip |
Merge pull request #20 from scott-t/t7g-ios
T7G iOS support
Diffstat (limited to 'common/util.cpp')
-rw-r--r-- | common/util.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/util.cpp b/common/util.cpp index eed7009f90..a7ec1a9de7 100644 --- a/common/util.cpp +++ b/common/util.cpp @@ -211,6 +211,7 @@ const PlatformDescription g_platforms[] = { { "windows", "win", "win", "Windows", kPlatformWindows }, { "playstation", "psx", "psx", "Sony PlayStation", kPlatformPSX }, { "cdi", "cdi", "cdi", "Philips CD-i", kPlatformCDi }, + { "ios", "ios", "ios", "Apple iOS", kPlatformIOS }, { 0, 0, 0, "Default", kPlatformUnknown } }; |