From 1e1a87f2ef905890134e34f8ced4963c38c1b716 Mon Sep 17 00:00:00 2001 From: Maschell Date: Sat, 20 Jun 2020 23:38:28 +0200 Subject: [PATCH] Fix the MCPPPrepareTitleInfo struct --- source/common/ipc_defs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/common/ipc_defs.h b/source/common/ipc_defs.h index d4df8e2..fc879d2 100644 --- a/source/common/ipc_defs.h +++ b/source/common/ipc_defs.h @@ -114,7 +114,7 @@ struct Permission { uint64_t mask; }; -typedef struct { +typedef struct __attribute__((packed)) { uint32_t version; char unkn1[8]; uint64_t titleId;