mirror of
https://github.com/zeldaret/tp
synced 2026-05-23 15:01:53 -04:00
2453c0e333
* move dolsdk2004 over * cleanup some temp work * finish and cleanup gf * b_bh done * d_a_e_mb done
11 lines
190 B
C
11 lines
190 B
C
#ifndef OSDSP_TASK_H
|
|
#define OSDSP_TASK_H
|
|
|
|
#include <dolphin/dsp.h>
|
|
|
|
extern DSPTaskInfo* DSP_prior_task;
|
|
|
|
void DsyncFrame2(u32 param_0, u32 param_1, u32 param_2);
|
|
|
|
#endif /* OSDSP_TASK_H */
|