mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 12:32:40 +02:00
Fix ro services
This commit is contained in:
parent
836bb367aa
commit
5452a4bd5f
@ -79,6 +79,7 @@ Result _rosrvInitialize(Service* srv) {
|
||||
IpcCommand c;
|
||||
ipcInitialize(&c);
|
||||
ipcSendHandleCopy(&c, CUR_PROCESS_HANDLE);
|
||||
ipcSendPid(&c);
|
||||
|
||||
struct {
|
||||
u64 magic;
|
||||
|
Loading…
Reference in New Issue
Block a user