summaryrefslogtreecommitdiffstats
path: root/src/core/core.cpp
diff options
context:
space:
mode:
authorLiam <byteslice@airmail.cc>2023-08-27 00:18:13 +0200
committerLiam <byteslice@airmail.cc>2023-08-27 00:19:51 +0200
commit531572b411a4a311cb38bcf09a2c95559ef068aa (patch)
tree6ac2b262615734628e8442ce8b78ace68f096a26 /src/core/core.cpp
parentMerge pull request #11377 from BenjaminHalko/reverse-slider-input (diff)
downloadyuzu-531572b411a4a311cb38bcf09a2c95559ef068aa.tar
yuzu-531572b411a4a311cb38bcf09a2c95559ef068aa.tar.gz
yuzu-531572b411a4a311cb38bcf09a2c95559ef068aa.tar.bz2
yuzu-531572b411a4a311cb38bcf09a2c95559ef068aa.tar.lz
yuzu-531572b411a4a311cb38bcf09a2c95559ef068aa.tar.xz
yuzu-531572b411a4a311cb38bcf09a2c95559ef068aa.tar.zst
yuzu-531572b411a4a311cb38bcf09a2c95559ef068aa.zip
Diffstat (limited to 'src/core/core.cpp')
-rw-r--r--src/core/core.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/core.cpp b/src/core/core.cpp
index 2f67e60a9..9c5246a56 100644
--- a/src/core/core.cpp
+++ b/src/core/core.cpp
@@ -404,6 +404,7 @@ struct System::Impl {
gpu_core->NotifyShutdown();
}
+ Network::CancelPendingSocketOperations();
kernel.SuspendApplication(true);
if (services) {
services->KillNVNFlinger();
@@ -425,6 +426,7 @@ struct System::Impl {
debugger.reset();
kernel.Shutdown();
memory.Reset();
+ Network::RestartSocketOperations();
if (auto room_member = room_network.GetRoomMember().lock()) {
Network::GameInfo game_info{};