aboutsummaryrefslogtreecommitdiff
path: root/common/platform.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'common/platform.cpp')
-rw-r--r--common/platform.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/platform.cpp b/common/platform.cpp
index 9986048b48..899e3f45ae 100644
--- a/common/platform.cpp
+++ b/common/platform.cpp
@@ -50,6 +50,8 @@ 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 },
+ { "beos", "beos", "beos", "BeOS", kPlatformBeOS },
{ 0, 0, 0, "Default", kPlatformUnknown }
};