mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-21 09:58:02 +00:00
hle: kernel: Ensure all kernel objects with KAutoObject are properly created.
This commit is contained in:
parent
986245ba10
commit
9f82c577d0
20 changed files with 55 additions and 0 deletions
|
@ -18,6 +18,7 @@ StandardUserSystemClockCore::StandardUserSystemClockCore(
|
|||
network_system_clock_core{network_system_clock_core}, auto_correction_enabled{},
|
||||
auto_correction_time{SteadyClockTimePoint::GetRandom()}, auto_correction_event{
|
||||
system.Kernel()} {
|
||||
Kernel::KAutoObject::Create(std::addressof(auto_correction_event));
|
||||
auto_correction_event.Initialize("StandardUserSystemClockCore:AutoCorrectionEvent");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue