diff options
author | ShizZy <shizzy@6bit.net> | 2013-09-18 22:36:07 -0400 |
---|---|---|
committer | ShizZy <shizzy@6bit.net> | 2013-09-18 22:36:07 -0400 |
commit | b2c5690413ac6a1bdbed514bff5606167a95c904 (patch) | |
tree | cec6efde9dc6cd38aa55412e2d47d0f1b818ce9b /src | |
parent | 9a248afb5a13154b2f14e7c1a2cbf771bef497e6 (diff) |
added log msg to core
Diffstat (limited to 'src')
-rw-r--r-- | src/core/src/core.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
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; } |