mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-18 06:57:57 -05: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::NIM {
|
||||
|
||||
void InstallInterfaces(SM::ServiceManager& sm, Core::System& system);
|
||||
void LoopProcess(Core::System& system);
|
||||
|
||||
} // namespace Service::NIM
|
||||
|
Reference in New Issue
Block a user