diff options
Diffstat (limited to 'src/audio/load.h')
| -rw-r--r-- | src/audio/load.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/audio/load.h b/src/audio/load.h index 6697a3339..0439d647b 100644 --- a/src/audio/load.h +++ b/src/audio/load.h @@ -4,13 +4,14 @@ #include <libultra/types.h> #include "audio/internal.h" #include "PR/libaudio.h" +#include <stdio.h> #define AUDIO_FRAME_DMA_QUEUE_SIZE 0x40 #define PRELOAD_BANKS 2 #define PRELOAD_SEQUENCE 1 -#define IS_SEQUENCE_CHANNEL_VALID(ptr) ((uintptr_t) (ptr) != (uintptr_t) & gSequenceChannelNone) +#define IS_SEQUENCE_CHANNEL_VALID(ptr) ((uintptr_t) (ptr) != (uintptr_t) &gSequenceChannelNone) struct SharedDma { /*0x0*/ u8* buffer; // target, points to pre-allocated buffer |
