mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-11 23:38:10 -05:00
service: Add CreatePort function (that does not register/install).
This commit is contained in:
@ -58,6 +58,8 @@ public:
|
||||
void InstallAsService(SM::ServiceManager& service_manager);
|
||||
/// Creates a port pair and registers it on the kernel's global port registry.
|
||||
void InstallAsNamedPort();
|
||||
/// Creates and returns an unregistered port for the service.
|
||||
Kernel::SharedPtr<Kernel::ClientPort> CreatePort();
|
||||
|
||||
void InvokeRequest(Kernel::HLERequestContext& ctx);
|
||||
|
||||
|
Reference in New Issue
Block a user