ShizZy 13 лет назад
Родитель
Сommit
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
 /// Initialize the core
 int Init(EmuWindow* emu_window) {
 int Init(EmuWindow* emu_window) {
 	Memory::Init();
 	Memory::Init();
+
+	NOTICE_LOG(MASTER_LOG, "Core initialized OK");
 	return 0;
 	return 0;
 }
 }