mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2024-11-25 16:48:27 -05:00
early-access version 2187
This commit is contained in:
parent
e7eaa74d41
commit
5f43bc959e
@ -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
|
||||||
|
|
||||||
|
@ -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();
|
||||||
|
Loading…
Reference in New Issue
Block a user