mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-25 08:14:45 +02:00
Debugger: Disconnect on shutdown/disable.
Although, it could be made safe to keep them up when restarting with debugging still enabled.
This commit is contained in:
@@ -216,6 +216,8 @@ static void ExecuteWebServer() {
|
||||
}
|
||||
|
||||
http->Stop();
|
||||
StopAllDebuggers();
|
||||
delete http;
|
||||
|
||||
// Move to STARTING to lock flags/STOPPING.
|
||||
if (UpdateStatus(ServerStatus::STARTING, ServerStatus::RESTARTING)) {
|
||||
|
||||
Reference in New Issue
Block a user