diff options
Diffstat (limited to 'base/main.cpp')
-rw-r--r-- | base/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/main.cpp b/base/main.cpp index b09fd3acbb..8b3426324a 100644 --- a/base/main.cpp +++ b/base/main.cpp @@ -321,7 +321,7 @@ static int runGame(GameDetector &detector, OSystem &system) { #ifdef _WIN32_WCE extern "C" int scummvm_main(GameDetector &detector, int argc, char *argv[]) { -#elif defined(__PLAYSTATION2__) || defined(__PSP__) +#elif defined(__PLAYSTATION2__) || defined(__PSP__) || defined(__GP32__) extern "C" int scummvm_main(int argc, char *argv[]) { #else extern "C" int main(int argc, char *argv[]) { |