mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-05-25 13:39:14 +00:00
service: refactor server architecture
Converts services to have their own processes
This commit is contained in:
@@ -7,12 +7,8 @@ namespace Core {
|
||||
class System;
|
||||
}
|
||||
|
||||
namespace Service::SM {
|
||||
class ServiceManager;
|
||||
}
|
||||
|
||||
namespace Service::USB {
|
||||
|
||||
void InstallInterfaces(SM::ServiceManager& sm, Core::System& system);
|
||||
void LoopProcess(Core::System& system);
|
||||
|
||||
} // namespace Service::USB
|
||||
|
||||
Reference in New Issue
Block a user