diff --git a/nx/include/switch/applets/error.h b/nx/include/switch/applets/error.h index f6dcb1e5..a4f510b4 100644 --- a/nx/include/switch/applets/error.h +++ b/nx/include/switch/applets/error.h @@ -10,8 +10,9 @@ #include "../services/set.h" typedef struct { - u8 unk_x0[0x200]; -} ErrorContext; + char str[0x1f4]; + u8 unk_x1f4[0xc]; +} PACKED ErrorContext; /// Common header for the start of the arg storage. typedef struct {