From 37fe6d3b125122fb8d3733b70ca7547afcabeacd Mon Sep 17 00:00:00 2001 From: ITotalJustice <47043333+ITotalJustice@users.noreply.github.com> Date: Mon, 16 Dec 2019 21:06:42 +0000 Subject: [PATCH] Change `cfgId1` to `cfg` --- nx/include/switch/services/set.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nx/include/switch/services/set.h b/nx/include/switch/services/set.h index b86fb43b..5c4c9b9c 100644 --- a/nx/include/switch/services/set.h +++ b/nx/include/switch/services/set.h @@ -311,7 +311,7 @@ typedef struct { } SetCalBdAddress; typedef struct { - u8 cfgId1[0x1E]; + u8 cfg[0x1E]; } SetCalConfigurationId1; typedef struct {