Răsfoiți Sursa

added log msg to core

ShizZy 13 ani în urmă
părinte
comite
b2c5690413
1 a modificat fișierele cu 2 adăugiri și 0 ștergeri
  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;
 }