aboutsummaryrefslogtreecommitdiff
path: root/base
diff options
context:
space:
mode:
authorEugene Sandulenko2006-03-04 01:32:04 +0000
committerEugene Sandulenko2006-03-04 01:32:04 +0000
commit233c2a42f91b227163e8f96291964116bc64a762 (patch)
tree34d337c65b1cd32d0edcc46934ae2f707d6967e6 /base
parentbd7d05dae60578c68183fa591974f010a578b2b3 (diff)
downloadscummvm-rg350-233c2a42f91b227163e8f96291964116bc64a762.tar.gz
scummvm-rg350-233c2a42f91b227163e8f96291964116bc64a762.tar.bz2
scummvm-rg350-233c2a42f91b227163e8f96291964116bc64a762.zip
WIP of maemo port
svn-id: r21055
Diffstat (limited to 'base')
-rw-r--r--base/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/main.cpp b/base/main.cpp
index e6e02d0a25..50a4c9f4e5 100644
--- a/base/main.cpp
+++ b/base/main.cpp
@@ -331,7 +331,7 @@ static int runGame(GameDetector &detector, OSystem &system, const Common::String
#ifdef _WIN32_WCE
extern "C" int scummvm_main(GameDetector &detector, int argc, char *argv[]) {
-#elif defined(__PLAYSTATION2__) || defined(__PSP__) || defined(__GP32__)
+#elif defined(__PLAYSTATION2__) || defined(__PSP__) || defined(__GP32__) || defined(__MAEMO__)
extern "C" int scummvm_main(int argc, char *argv[]) {
#else
extern "C" int main(int argc, char *argv[]) {