aboutsummaryrefslogtreecommitdiff
path: root/src/core/src/core.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/src/core.cpp')
-rw-r--r--src/core/src/core.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/core/src/core.cpp b/src/core/src/core.cpp
index 5b118d4fbb..6ed7c5be8c 100644
--- a/src/core/src/core.cpp
+++ b/src/core/src/core.cpp
@@ -22,8 +22,8 @@
* http://code.google.com/p/gekko-gc-emu/
*/
+#include "log.h"
#include "core.h"
-#include "mem_map.h"
namespace Core {
@@ -52,9 +52,7 @@ void Stop() {
}
/// Initialize the core
-int Init(EmuWindow* emu_window) {
- Memory::Init();
-
+int Init() {
NOTICE_LOG(MASTER_LOG, "Core initialized OK");
return 0;
}