mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-27 21:38:00 -05:00
service: refactor server architecture
Converts services to have their own processes
This commit is contained in:
@ -13,6 +13,6 @@ class ServiceManager;
|
||||
|
||||
namespace Service::PSC {
|
||||
|
||||
void InstallInterfaces(SM::ServiceManager& sm, Core::System& system);
|
||||
void LoopProcess(Core::System& system);
|
||||
|
||||
} // namespace Service::PSC
|
||||
|
Reference in New Issue
Block a user