Patch #1341626: "New GP32 port"

svn-id: r19710
This commit is contained in:
Eugene Sandulenko 2005-11-27 02:35:57 +00:00
parent e6aba1f7aa
commit edfae828f6
42 changed files with 4091 additions and 1005 deletions

View file

@ -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[]) {