mirror of
https://github.com/HarbourMasters/SpaghettiKart
synced 2026-07-07 14:13:58 -04:00
b7e7b34998
Couple matches functions, an update to a struct, a bunch of header files adjustments, and some mips_to_c regenerations Signed-off-by: Taggerung <tyler.taggerung@gmail.com>
19 lines
446 B
C
19 lines
446 B
C
#ifndef AUDIO_LOAD_H
|
|
#define AUDIO_LOAD_H
|
|
|
|
#include <PR/ultratypes.h>
|
|
#include "internal.h"
|
|
|
|
#define AUDIO_FRAME_DMA_QUEUE_SIZE 0x40
|
|
|
|
#define PRELOAD_BANKS 2
|
|
#define PRELOAD_SEQUENCE 1
|
|
|
|
void func_800BAAF8(uintptr_t, void*, size_t, OSMesgQueue*, OSIoMesg*);
|
|
void func_800BAB58(uintptr_t*, u8**, ssize_t*, OSMesgQueue*, OSIoMesg*);
|
|
void func_800BAC04();
|
|
void func_800BB030(s32);
|
|
s32 func_800BB304(struct AudioBankSample*);
|
|
|
|
#endif // AUDIO_LOAD_H
|