summaryrefslogtreecommitdiffstats
path: root/src/core/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/main.cpp')
-rw-r--r--src/core/main.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/main.cpp b/src/core/main.cpp
index 00ae3774..14c854bd 100644
--- a/src/core/main.cpp
+++ b/src/core/main.cpp
@@ -1776,6 +1776,8 @@ void GameInit()
}
}
+// Not used anyway. PS2 main() port
+#ifdef _WIN32
int
main(int argc, char *argv[])
{
@@ -1847,3 +1849,4 @@ main(int argc, char *argv[])
return 0;
}
+#endif