From 5d2119344abd3901b5614e135ef6d6bd766a5cf7 Mon Sep 17 00:00:00 2001 From: Dylan G <1565516+Helloman892@users.noreply.github.com> Date: Sat, 30 Sep 2017 02:10:33 +0100 Subject: [PATCH] Getting ever closer to fixing the SMDH bug --- include/themes.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/themes.h b/include/themes.h index a7c58ea..6224fe9 100644 --- a/include/themes.h +++ b/include/themes.h @@ -30,9 +30,9 @@ #include "common.h" typedef struct { - u16 name[0x40]; - u16 desc[0x80]; - u16 author[0x40]; + u16 name[0x41]; + u16 desc[0x81]; + u16 author[0x41]; u32 placeholder_color; ssize_t icon_id;