updated common paths

This commit is contained in:
ShizZy
2013-09-08 13:17:27 -04:00
parent 62d873da3e
commit 6847033b27
4 changed files with 13 additions and 16 deletions

View File

@ -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;
}