diff options
Diffstat (limited to 'src/core')
| -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() { | |||
| 42 | /// Initialize the core | 42 | /// Initialize the core |
| 43 | int Init(EmuWindow* emu_window) { | 43 | int Init(EmuWindow* emu_window) { |
| 44 | Memory::Init(); | 44 | Memory::Init(); |
| 45 | |||
| 46 | NOTICE_LOG(MASTER_LOG, "Core initialized OK"); | ||
| 45 | return 0; | 47 | return 0; |
| 46 | } | 48 | } |
| 47 | 49 | ||