early-access version 1480

This commit is contained in:
pineappleEA
2021-02-21 06:56:59 +01:00
parent 024deff7f5
commit 49a8b96f76
5 changed files with 17 additions and 3 deletions

View File

@@ -308,6 +308,9 @@ struct System::Impl {
// Close all CPU/threading state
cpu_manager.Shutdown();
// Release the Time Manager's resources
time_manager.Shutdown();
// Shutdown kernel and core timing
core_timing.Shutdown();
kernel.Shutdown();