mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-10 18:18:01 -05:00
hle: kernel: Ensure all kernel objects with KAutoObject are properly created.
This commit is contained in:
@ -35,6 +35,7 @@ public:
|
||||
// clang-format on
|
||||
RegisterHandlers(functions);
|
||||
|
||||
Kernel::KAutoObject::Create(std::addressof(register_event));
|
||||
register_event.Initialize("BT:RegisterEvent");
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user