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