From e2fabdc5000dd5ae833bcbc6dbbf6de9ca24d719 Mon Sep 17 00:00:00 2001 From: yellows8 Date: Wed, 27 Mar 2019 23:50:56 -0400 Subject: [PATCH] Updated ErrorContext. --- nx/include/switch/applets/error.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 {