mirror of
https://github.com/HarbourMasters/SpaghettiKart
synced 2026-06-18 07:45:21 -04:00
Update load.h
This commit is contained in:
@@ -22,6 +22,7 @@ struct SharedDma {
|
||||
/*0xE*/ u8 ttl; // duration after which the DMA can be discarded
|
||||
}; // size = 0x10
|
||||
|
||||
void audio_init(void);
|
||||
void audio_dma_copy_immediate(u8* devAddr, void *vAddr, size_t nbytes);
|
||||
void audio_dma_copy_async(uintptr_t, void*, size_t, OSMesgQueue*, OSIoMesg*);
|
||||
void audio_dma_partial_copy_async(uintptr_t*, u8**, size_t*, OSMesgQueue*, OSIoMesg*);
|
||||
|
||||
Reference in New Issue
Block a user