diff --git a/arm9/source/game/exefs.h b/arm9/source/game/exefs.h index 1e0ca78..afb7a69 100644 --- a/arm9/source/game/exefs.h +++ b/arm9/source/game/exefs.h @@ -3,7 +3,7 @@ #include "common.h" typedef struct { - char name[8]; + char name[8] __attribute__((nonstring)); u32 offset; u32 size; } PACKED_STRUCT ExeFsFileHeader; diff --git a/utils/patch.json.gz b/utils/patch.json.gz index 6cca28e..3c0cd4b 100644 Binary files a/utils/patch.json.gz and b/utils/patch.json.gz differ