mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-05-24 15:00:55 -04:00
9401af27b3
* JAudio2 and Z2AudioLib work * check1stDynamicWave matched
11 lines
221 B
C
11 lines
221 B
C
#ifndef DSPTASK_H
|
|
#define DSPTASK_H
|
|
|
|
#include "dolphin/types.h"
|
|
|
|
void DspBoot(void (*)(void*));
|
|
void DspFinishWork(u16 param_0);
|
|
int DSPSendCommands2(u32* msgs, u32 param_1, void (*param_2)(u16));
|
|
|
|
#endif /* DSPTASK_H */
|