aboutsummaryrefslogtreecommitdiff
path: root/common/platform.cpp
diff options
context:
space:
mode:
authorStrangerke2012-10-17 08:00:37 +0200
committerStrangerke2012-10-17 18:58:45 +0200
commit3f9172c7ecaf69665009b9239708c339b11d9c92 (patch)
tree02d12ee28a6c97162d24378ae8e7c2604d3e4fc7 /common/platform.cpp
parent59dc49f22db1e199c7a17e4a27279863ab245787 (diff)
downloadscummvm-rg350-3f9172c7ecaf69665009b9239708c339b11d9c92.tar.gz
scummvm-rg350-3f9172c7ecaf69665009b9239708c339b11d9c92.tar.bz2
scummvm-rg350-3f9172c7ecaf69665009b9239708c339b11d9c92.zip
HOPKINS: Add detection for OS/2 and Win95 full versions
Diffstat (limited to 'common/platform.cpp')
-rw-r--r--common/platform.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/platform.cpp b/common/platform.cpp
index 9986048b48..d34803d15e 100644
--- a/common/platform.cpp
+++ b/common/platform.cpp
@@ -50,6 +50,7 @@ const PlatformDescription g_platforms[] = {
{ "playstation", "psx", "psx", "Sony PlayStation", kPlatformPSX },
{ "cdi", "cdi", "cdi", "Philips CD-i", kPlatformCDi },
{ "ios", "ios", "ios", "Apple iOS", kPlatformIOS },
+ { "os2", "os2", "os2", "OS/2", kPlatformOS2 },
{ 0, 0, 0, "Default", kPlatformUnknown }
};