mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-05-23 04:57:07 +02:00
I FORGOT LOOP PROCESS FFS
This commit is contained in:
parent
1580bd28f5
commit
69d9bebee2
1 changed files with 2 additions and 1 deletions
|
|
@ -145,7 +145,8 @@ Services::Services(std::shared_ptr<SM::ServiceManager>& sm, Core::System& system
|
||||||
{"ro", &RO::LoopProcess},
|
{"ro", &RO::LoopProcess},
|
||||||
{"spl", &SPL::LoopProcess},
|
{"spl", &SPL::LoopProcess},
|
||||||
{"ssl", &SSL::LoopProcess},
|
{"ssl", &SSL::LoopProcess},
|
||||||
{"usb", &USB::LoopProcess}
|
{"usb", &USB::LoopProcess},
|
||||||
|
{"ulsf", &ULSF::LoopProcess},
|
||||||
})
|
})
|
||||||
kernel.RunOnGuestCoreProcess(std::string(e.first), [&system, f = e.second] { f(system); });
|
kernel.RunOnGuestCoreProcess(std::string(e.first), [&system, f = e.second] { f(system); });
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue