parent
e6aba1f7aa
commit
edfae828f6
42 changed files with 4091 additions and 1005 deletions
|
@ -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[]) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue