From 5f43bc959e6d23b1b791cead092639cb61efd95e Mon Sep 17 00:00:00 2001 From: pineappleEA Date: Fri, 5 Nov 2021 02:33:54 +0100 Subject: [PATCH] early-access version 2187 --- README.md | 2 +- src/core/core.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ea41b84ac..fe5a91ca6 100755 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ yuzu emulator early access ============= -This is the source code for early-access 2186. +This is the source code for early-access 2187. ## Legal Notice diff --git a/src/core/core.cpp b/src/core/core.cpp index 3b77533b4..9531c9058 100755 --- a/src/core/core.cpp +++ b/src/core/core.cpp @@ -325,8 +325,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();