Getting ever closer to fixing the SMDH bug

This commit is contained in:
Dylan G
2017-09-30 02:10:33 +01:00
parent 492ea13ef6
commit 5d2119344a

View File

@@ -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;