I FORGOT LOOP PROCESS FFS

This commit is contained in:
lizzie
2026-03-25 02:15:27 +00:00
parent 78f0d35f8c
commit 928961a615
+2 -1
View File
@@ -153,7 +153,8 @@ Services::Services(std::shared_ptr<SM::ServiceManager>& sm, Core::System& system
{"tma", &TMA::LoopProcess},
{"usb", &USB::LoopProcess},
{"i2c", &I2C::LoopProcess},
{"gpio", &GPIO::LoopProcess},
{"gpio", &GPIO::LoopProcess},
{"ulsf", &ULSF::LoopProcess},
})
kernel.RunOnGuestCoreProcess(std::string(e.first), [&system, f = e.second] { f(system); });
}