From cf24f99e01c08c99889d6d6222d69e0fb68b5632 Mon Sep 17 00:00:00 2001 From: cpasjuste Date: Fri, 12 Jan 2018 21:42:18 +0100 Subject: [PATCH] Rename ipc function in vi --- nx/source/services/vi.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nx/source/services/vi.c b/nx/source/services/vi.c index 4bc4ee08..9efa360f 100644 --- a/nx/source/services/vi.c +++ b/nx/source/services/vi.c @@ -273,8 +273,8 @@ Result viCreateManagedLayer(const ViDisplay *display, u32 LayerFlags, u64 Applet Result rc = ipcDispatch(g_viIManagerDisplayService); if (R_SUCCEEDED(rc)) { - IpcCommandResponse r; - ipcParseResponse(&r); + IpcParsedCommand r; + ipcParse(&r); struct { u64 magic;