diff options
Diffstat (limited to 'backends/ps2')
-rw-r--r-- | backends/ps2/systemps2.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/backends/ps2/systemps2.cpp b/backends/ps2/systemps2.cpp index 7262000986..d0154ab590 100644 --- a/backends/ps2/systemps2.cpp +++ b/backends/ps2/systemps2.cpp @@ -35,6 +35,7 @@ #include "common/scummsys.h" #include "../intern.h" #include "base/engine.h" +#include "base/main.h" #include "backends/ps2/systemps2.h" #include "backends/ps2/Gs2dScreen.h" #include "backends/ps2/ps2input.h" @@ -98,8 +99,6 @@ OSystem *OSystem_PS2_create(void) { return g_systemPs2; } -extern "C" int scummvm_main(int argc, char *argv[]); - extern "C" int main(int argc, char *argv[]) { SifInitRpc(0); #ifndef USE_PS2LINK // reset the IOP if this is a CD build |