Merge pull request #12657 from unknownbrackets/debugger

Debugger: Stop remote server in full shutdown
This commit is contained in:
Henrik Rydgård 2020-03-01 09:16:16 +01:00 committed by GitHub
commit 76e0d02059
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -899,7 +899,6 @@ void NativeShutdownGraphics() {
}
#endif
ShutdownWebServer();
UIBackgroundShutdown();
delete g_gameInfoCache;
@ -1342,6 +1341,8 @@ void NativeShutdown() {
ILOG("NativeShutdown called");
ShutdownWebServer();
System_SendMessage("finish", "");
net::Shutdown();