From 6847033b27cb07c566d75fb291131910a4296702 Mon Sep 17 00:00:00 2001 From: ShizZy Date: Sun, 8 Sep 2013 13:17:27 -0400 Subject: updated common paths --- src/core/src/core.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/core') diff --git a/src/core/src/core.cpp b/src/core/src/core.cpp index 4e956fde3..61e3a8df4 100644 --- a/src/core/src/core.cpp +++ b/src/core/src/core.cpp @@ -23,6 +23,7 @@ */ #include "core.h" +#include "mem_map.h" namespace Core { @@ -40,6 +41,7 @@ void Stop() { /// Initialize the core int Init(EmuWindow* emu_window) { + Memory::Init(); return 0; } -- cgit v1.2.3