diff options
author | ameerj <52414509+ameerj@users.noreply.github.com> | 2021-11-05 01:19:58 +0100 |
---|---|---|
committer | ameerj <52414509+ameerj@users.noreply.github.com> | 2021-11-05 01:19:58 +0100 |
commit | 0cf78a34ba4014d5893667502f3336e36196754b (patch) | |
tree | 9f3672a0013940ec5ccb6337a6ca8eee82b3a77d | |
parent | Merge pull request #7282 from ameerj/core-includes (diff) | |
download | yuzu-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 |
Diffstat (limited to '')
-rw-r--r-- | src/core/core.cpp | 2 |
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(); |