Browse Source

added log msg to core

pull/15/merge
ShizZy 12 years ago
parent
commit
b2c5690413
  1. 2
      src/core/src/core.cpp

2
src/core/src/core.cpp

@ -42,6 +42,8 @@ void Stop() {
/// Initialize the core
int Init(EmuWindow* emu_window) {
Memory::Init();
NOTICE_LOG(MASTER_LOG, "Core initialized OK");
return 0;
}

Loading…
Cancel
Save