mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-08-26 07:25:14 +02:00
Move three notifications out of Host
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user