summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorameerj <52414509+ameerj@users.noreply.github.com>2021-11-05 01:19:58 +0100
committerameerj <52414509+ameerj@users.noreply.github.com>2021-11-05 01:19:58 +0100
commit0cf78a34ba4014d5893667502f3336e36196754b (patch)
tree9f3672a0013940ec5ccb6337a6ca8eee82b3a77d
parentMerge pull request #7282 from ameerj/core-includes (diff)
downloadyuzu-0cf78a34ba4014d5893667502f3336e36196754b.tar
yuzu-0cf78a34ba4014d5893667502f3336e36196754b.tar.gz
yuzu-0cf78a34ba4014d5893667502f3336e36196754b.tar.bz2
yuzu-0cf78a34ba4014d5893667502f3336e36196754b.tar.lz
yuzu-0cf78a34ba4014d5893667502f3336e36196754b.tar.xz
yuzu-0cf78a34ba4014d5893667502f3336e36196754b.tar.zst
yuzu-0cf78a34ba4014d5893667502f3336e36196754b.zip
-rw-r--r--src/core/core.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/core.cpp b/src/core/core.cpp
index 85485773f..d6cf44ce3 100644
--- a/src/core/core.cpp
+++ b/src/core/core.cpp
@@ -324,8 +324,8 @@ struct System::Impl {
time_manager.Shutdown();
core_timing.Shutdown();
app_loader.reset();
- perf_stats.reset();
gpu_core.reset();
+ perf_stats.reset();
kernel.Shutdown();
memory.Reset();
applet_manager.ClearAll();