From c6ffc2a6e1029c376e878e42e475b6043e9e7ad7 Mon Sep 17 00:00:00 2001 From: plutoo Date: Mon, 11 Sep 2017 05:16:15 +0200 Subject: [PATCH] Ipc bugfix --- nx/include/switch/ipc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nx/include/switch/ipc.h b/nx/include/switch/ipc.h index f4c18516..c4bb5154 100644 --- a/nx/include/switch/ipc.h +++ b/nx/include/switch/ipc.h @@ -184,7 +184,7 @@ static inline Result ipcParseResponse(IpcCommandResponse* r) { num_handles = 8; for (i=0; iHandles[i] = *(buf-i); + r->Handles[i] = *(buf-i-1); r->NumHandles = num_handles; }