Move three notifications out of Host

This commit is contained in:
Henrik Rydgård
2023-03-21 13:37:19 +01:00
parent 06fcc9ccd7
commit dda8635c89
21 changed files with 51 additions and 95 deletions
+2 -1
View File
@@ -55,8 +55,9 @@ void WebSocketGameReset(DebuggerRequest &req) {
ERROR_LOG(BOOT, "Error resetting: %s", resetError.c_str());
return req.Fail("Could not reset");
}
System_Notify(SystemNotification::BOOT_DONE);
host->UpdateDisassembly();
System_Notify(SystemNotification::DISASSEMBLY);
req.Respond();
}