mirror of
https://git.citron-emu.org/citron/emulator
synced 2026-01-03 08:43:47 +00:00
added log msg to core
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user