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();