Move three notifications out of Host

This commit is contained in:
Henrik Rydgård 2023-03-21 11:21:19 +01:00
parent 06fcc9ccd7
commit dda8635c89
21 changed files with 51 additions and 95 deletions

View file

@ -1080,7 +1080,7 @@ namespace SaveState
return;
}
System_Notify(SystemNotification::BOOT_DONE);
host->UpdateDisassembly();
System_Notify(SystemNotification::DISASSEMBLY);
needsRestart = false;
}
}