mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 05:19:56 +00:00
Debugger: Stop remote server in full shutdown.
Hopefully helps #12630, we shouldn't have tied it to graphics.
This commit is contained in:
parent
e7ddc94fb9
commit
b37a906649
@ -900,7 +900,6 @@ void NativeShutdownGraphics() {
|
||||
}
|
||||
#endif
|
||||
|
||||
ShutdownWebServer();
|
||||
UIBackgroundShutdown();
|
||||
|
||||
delete g_gameInfoCache;
|
||||
@ -1347,6 +1346,8 @@ void NativeShutdown() {
|
||||
|
||||
ILOG("NativeShutdown called");
|
||||
|
||||
ShutdownWebServer();
|
||||
|
||||
System_SendMessage("finish", "");
|
||||
|
||||
net::Shutdown();
|
||||
|
Loading…
Reference in New Issue
Block a user