mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2024-11-27 00:25:43 +01:00
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
Block a user