diff options
author | Joost Peters | 2005-08-16 17:15:37 +0000 |
---|---|---|
committer | Joost Peters | 2005-08-16 17:15:37 +0000 |
commit | bc394b6ea3468b5d84294f1dfc9ad23e87333281 (patch) | |
tree | 0ca64021186b44889c8b5251da2aa4616b008acd /base | |
parent | 8cbdf0e6295fd31b2a355fdb4c7bdc84176c1b48 (diff) | |
download | scummvm-rg350-bc394b6ea3468b5d84294f1dfc9ad23e87333281.tar.gz scummvm-rg350-bc394b6ea3468b5d84294f1dfc9ad23e87333281.tar.bz2 scummvm-rg350-bc394b6ea3468b5d84294f1dfc9ad23e87333281.zip |
Added: PSP backend
svn-id: r18696
Diffstat (limited to 'base')
-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 47e70194fd..f3d04a325c 100644 --- a/base/main.cpp +++ b/base/main.cpp @@ -320,7 +320,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__) +#elif defined(__PLAYSTATION2__) || defined(__PSP__) extern "C" int scummvm_main(int argc, char *argv[]) { #else extern "C" int main(int argc, char *argv[]) { |