diff options
author | Strangerke | 2012-12-14 01:53:17 +0100 |
---|---|---|
committer | Strangerke | 2012-12-14 01:53:17 +0100 |
commit | a3ea2537184f0127d883525d939cdb0bce9a21cf (patch) | |
tree | 35d327fd265b4f6f78da905dbf1cf861d4c733d1 /common/platform.cpp | |
parent | 95025312a7c3b184fef3818ece1f1d55b7fb19d1 (diff) | |
download | scummvm-rg350-a3ea2537184f0127d883525d939cdb0bce9a21cf.tar.gz scummvm-rg350-a3ea2537184f0127d883525d939cdb0bce9a21cf.tar.bz2 scummvm-rg350-a3ea2537184f0127d883525d939cdb0bce9a21cf.zip |
HOPKINS: Add support for BeOS full version
Diffstat (limited to 'common/platform.cpp')
-rw-r--r-- | common/platform.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/platform.cpp b/common/platform.cpp index d34803d15e..899e3f45ae 100644 --- a/common/platform.cpp +++ b/common/platform.cpp @@ -51,6 +51,7 @@ const PlatformDescription g_platforms[] = { { "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 } }; |