Browse Source

fixup! hle: kernel: Ensure all kernel objects with KAutoObject are properly created.

nce_cpp
bunnei 5 years ago
parent
commit
0cbeafef3e
  1. 2
      src/core/hle/service/am/am.cpp

2
src/core/hle/service/am/am.cpp

@ -1338,8 +1338,6 @@ IApplicationFunctions::IApplicationFunctions(Core::System& system_)
RegisterHandlers(functions);
auto& kernel = system.Kernel();
Kernel::KAutoObject::Create(std::addressof(gpu_error_detected_event));
Kernel::KAutoObject::Create(std::addressof(friend_invitation_storage_channel_event));
Kernel::KAutoObject::Create(std::addressof(health_warning_disappeared_system_event));

Loading…
Cancel
Save