summaryrefslogtreecommitdiffstats
path: root/src/core/core.cpp
diff options
context:
space:
mode:
authorameerj <52414509+ameerj@users.noreply.github.com>2022-01-04 02:31:51 +0100
committerameerj <52414509+ameerj@users.noreply.github.com>2022-01-04 02:47:26 +0100
commitc17938f96ba9a3f2571387b21328743db8050250 (patch)
tree23c8280d1aaf458a1abbad272e8facc3bd58eb36 /src/core/core.cpp
parentRevert "Merge pull request #7668 from ameerj/fence-stop-token" (diff)
downloadyuzu-c17938f96ba9a3f2571387b21328743db8050250.tar
yuzu-c17938f96ba9a3f2571387b21328743db8050250.tar.gz
yuzu-c17938f96ba9a3f2571387b21328743db8050250.tar.bz2
yuzu-c17938f96ba9a3f2571387b21328743db8050250.tar.lz
yuzu-c17938f96ba9a3f2571387b21328743db8050250.tar.xz
yuzu-c17938f96ba9a3f2571387b21328743db8050250.tar.zst
yuzu-c17938f96ba9a3f2571387b21328743db8050250.zip
Diffstat (limited to '')
-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 aa96f709b..3f9a7f44b 100644
--- a/src/core/core.cpp
+++ b/src/core/core.cpp
@@ -317,6 +317,8 @@ struct System::Impl {
is_powered_on = false;
exit_lock = false;
+ gpu_core->NotifyShutdown();
+
services.reset();
service_manager.reset();
cheat_engine.reset();