diff --git a/src/core/src/core.cpp b/src/core/src/core.cpp index 873c687b7..7f6bb2b0e 100644 --- a/src/core/src/core.cpp +++ b/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; }