summaryrefslogtreecommitdiff
path: root/src/core/core.cpp
diff options
context:
space:
mode:
authorLiam <byteslice@airmail.cc>2024-02-14 11:39:42 -0500
committerLiam <byteslice@airmail.cc>2024-02-17 18:01:41 -0500
commitee8eccc5fa473f2ce210eb4e242e8eca40594db7 (patch)
tree5c38fc738e52be88eddd7733e0fdeb248ef4783f /src/core/core.cpp
parent7b79cddacd4e62a08ed1b501fb20c926d66ff7b6 (diff)
nvnflinger: convert to process
Diffstat (limited to 'src/core/core.cpp')
-rw-r--r--src/core/core.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/core/core.cpp b/src/core/core.cpp
index bd5f11d53..60e2efddc 100644
--- a/src/core/core.cpp
+++ b/src/core/core.cpp
@@ -458,11 +458,9 @@ struct System::Impl {
gpu_core->NotifyShutdown();
}
+ core_timing.SyncPause(false);
Network::CancelPendingSocketOperations();
kernel.SuspendEmulation(true);
- if (services) {
- services->KillNVNFlinger();
- }
kernel.CloseServices();
kernel.ShutdownCores();
applet_manager.Reset();