瀏覽代碼

added log msg to core

ShizZy 13 年之前
父節點
當前提交
b2c5690413
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      src/core/src/core.cpp

+ 2 - 0
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;
 }