I FORGOT LOOP PROCESS FFS

This commit is contained in:
lizzie 2026-03-25 02:15:27 +00:00 committed by crueter
parent e7be6cca96
commit 8dd6481e65

View file

@ -145,7 +145,8 @@ Services::Services(std::shared_ptr<SM::ServiceManager>& sm, Core::System& system
{"ro", &RO::LoopProcess},
{"spl", &SPL::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); });
}