early-access version 2535

This commit is contained in:
pineappleEA
2022-03-09 03:48:53 +01:00
parent b4dd8f6d3e
commit 870c5bbb4e
5 changed files with 16 additions and 4 deletions

View File

@@ -326,7 +326,9 @@ struct System::Impl {
is_powered_on = false;
exit_lock = false;
gpu_core->NotifyShutdown();
if (gpu_core != nullptr) {
gpu_core->NotifyShutdown();
}
services.reset();
service_manager.reset();