From bdb976dc27b00a7e86c0bda10911c67c9d296c35 Mon Sep 17 00:00:00 2001 From: pi1024e <49824824+pi1024e@users.noreply.github.com> Date: Sat, 29 Aug 2020 13:18:35 -0400 Subject: fixed mistakes --- include/gba/m4a_internal.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/gba') diff --git a/include/gba/m4a_internal.h b/include/gba/m4a_internal.h index 58b258a1a..bdff1b865 100644 --- a/include/gba/m4a_internal.h +++ b/include/gba/m4a_internal.h @@ -140,9 +140,9 @@ struct SoundChannel struct WaveData *wav; u32 cp; struct MusicPlayerTrack *track; - void* pp; - void* np; - void* d4; + void *pp; + void *np; + void *d4; u16 xpi; u16 xpc; }; -- cgit v1.2.3