aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/platform.cpp1
-rw-r--r--common/platform.h1
2 files changed, 2 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 }
};
diff --git a/common/platform.h b/common/platform.h
index 1891c7096d..9595083207 100644
--- a/common/platform.h
+++ b/common/platform.h
@@ -55,6 +55,7 @@ enum Platform {
kPlatformPSX,
kPlatformCDi,
kPlatformIOS,
+ kPlatformOS2,
kPlatformUnknown = -1
};