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