mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-24 14:18:56 -05:00
kernel: invert session request handling flow
This commit is contained in:
@ -51,6 +51,7 @@ private:
|
||||
class ServiceManager {
|
||||
public:
|
||||
static Kernel::KClientPort& InterfaceFactory(ServiceManager& self, Core::System& system);
|
||||
static void SessionHandler(ServiceManager& self, Kernel::KServerPort* server_port);
|
||||
|
||||
explicit ServiceManager(Kernel::KernelCore& kernel_);
|
||||
~ServiceManager();
|
||||
|
Reference in New Issue
Block a user