Explorar o código

added log msg to core

ShizZy %!s(int64=13) %!d(string=hai) anos
pai
achega
b2c5690413
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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;
 }