summaryrefslogtreecommitdiff
path: root/include/gba
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2022-02-02 22:09:36 -0500
committerGitHub <noreply@github.com>2022-02-02 22:09:36 -0500
commit7d2344c07bea9a46993a92d4611fba80545acdd2 (patch)
tree9f865097bfc54f3c9ac885d9f1ec721f01d74eab /include/gba
parentf494238a9d1f8f486891845a43983e187dbeadf0 (diff)
parentdc7d86f026c01682bd024fabb0ce206eacb81c35 (diff)
Merge pull request #1616 from GriffinRichards/missing-req
Add missing :req, remove old macros
Diffstat (limited to 'include/gba')
-rw-r--r--include/gba/m4a_internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gba/m4a_internal.h b/include/gba/m4a_internal.h
index eeb79391b..a057c2da6 100644
--- a/include/gba/m4a_internal.h
+++ b/include/gba/m4a_internal.h
@@ -349,7 +349,7 @@ struct MusicPlayer
{
struct MusicPlayerInfo *info;
struct MusicPlayerTrack *track;
- u8 unk_8;
+ u8 numTracks;
u16 unk_A;
};