fixup! hle: kernel: Ensure all kernel objects with KAutoObject are properly created.
This commit is contained in:
parent
9f81221528
commit
510f71d871
|
@ -158,8 +158,6 @@ public:
|
||||||
};
|
};
|
||||||
RegisterHandlers(functions);
|
RegisterHandlers(functions);
|
||||||
|
|
||||||
auto& kernel = system.Kernel();
|
|
||||||
|
|
||||||
Kernel::KAutoObject::Create(std::addressof(event1));
|
Kernel::KAutoObject::Create(std::addressof(event1));
|
||||||
Kernel::KAutoObject::Create(std::addressof(event2));
|
Kernel::KAutoObject::Create(std::addressof(event2));
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue