early-access version 2187

main
pineappleEA 2021-11-05 02:33:54 +01:00
parent e7eaa74d41
commit 5f43bc959e
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
yuzu emulator early access yuzu emulator early access
============= =============
This is the source code for early-access 2186. This is the source code for early-access 2187.
## Legal Notice ## Legal Notice

View File

@ -325,8 +325,8 @@ struct System::Impl {
time_manager.Shutdown(); time_manager.Shutdown();
core_timing.Shutdown(); core_timing.Shutdown();
app_loader.reset(); app_loader.reset();
perf_stats.reset();
gpu_core.reset(); gpu_core.reset();
perf_stats.reset();
kernel.Shutdown(); kernel.Shutdown();
memory.Reset(); memory.Reset();
applet_manager.ClearAll(); applet_manager.ClearAll();