diff options
| author | PikalaxALT <pikalaxalt@gmail.com> | 2019-03-20 09:51:48 -0400 | 
|---|---|---|
| committer | huderlem <huderlem@gmail.com> | 2019-04-05 17:30:19 -0500 | 
| commit | 6abec06af8e8a3065f08748ad57214df2126cf3f (patch) | |
| tree | 2b76b32dea9ff41422fcb1909324ea3c5324e997 /include/gba | |
| parent | a6f39d191d43630605c4544bc87383332661f715 (diff) | |
Backport m4a.c from emerald
Diffstat (limited to 'include/gba')
| -rw-r--r-- | include/gba/m4a_internal.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/gba/m4a_internal.h b/include/gba/m4a_internal.h index 9df1ed940..488ccfbdc 100644 --- a/include/gba/m4a_internal.h +++ b/include/gba/m4a_internal.h @@ -100,7 +100,7 @@ struct CgbChannel      u8 le;      u8 sw;      u32 fr; -    u32 wp; +    u32* wp;      u32 cp;      u32 tp;      u32 pp; | 
