mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Merge pull request #12657 from unknownbrackets/debugger
Debugger: Stop remote server in full shutdown
This commit is contained in:
commit
76e0d02059
1 changed files with 2 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue