mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-03-21 01:53:15 +00:00
added log msg to core
This commit is contained in:
parent
9a248afb5a
commit
b2c5690413
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user