From 2a831c6196b9f729ed85a0cb6e65b55131142830 Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Sat, 1 Dec 2018 11:18:13 -0800 Subject: [PATCH] Fix struct definition for splSetConfig --- nx/source/services/spl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nx/source/services/spl.c b/nx/source/services/spl.c index 11c702ee..a4b4614e 100644 --- a/nx/source/services/spl.c +++ b/nx/source/services/spl.c @@ -245,7 +245,7 @@ Result splSetConfig(SplConfigItem config_item, u64 value) { IpcCommand c; ipcInitialize(&c); - struct PACKED { + struct { u64 magic; u64 cmd_id; u32 config_item;