aboutsummaryrefslogtreecommitdiff
path: root/backends/psp/psp_main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'backends/psp/psp_main.cpp')
-rw-r--r--backends/psp/psp_main.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/backends/psp/psp_main.cpp b/backends/psp/psp_main.cpp
index b4af6dbbe7..d981c314dc 100644
--- a/backends/psp/psp_main.cpp
+++ b/backends/psp/psp_main.cpp
@@ -28,10 +28,10 @@
#include <stdlib.h>
#include <string.h>
-#define REAL_MAIN
#include <common/stdafx.h>
#include <common/scummsys.h>
#include <base/engine.h>
+#include <base/main.h>
#include <base/gameDetector.h>
#include <base/plugins.h>
@@ -123,8 +123,6 @@ int SetupCallbacks(void)
}
-extern "C" int scummvm_main(int argc, char *argv[]);
-
int main(void)
{
//PSPDebugTrace("Init debug screen\n");