mirror of
https://github.com/zeldaret/tp
synced 2026-05-23 06:54:28 -04:00
5867eaf68b
* typedef for cPhs_Step * make sdk includes consistent * d_menu_quit / d_msg_scrn_explain debug * d_a_obj_testcube mostly done * d_debug_pad mostly done * jstudio tool library headers * some JStudioCameraEditor headers * d_jcam_editor mostly done * try fixing some shield regressions * d_bg_parts mostly done * fix merge errors * debug fix
13 lines
379 B
C
13 lines
379 B
C
#ifndef DSPPROC_H
|
|
#define DSPPROC_H
|
|
|
|
#include <dolphin/types.h>
|
|
|
|
void DSPReleaseHalt2(u32 msg);
|
|
void DsetupTable(u32 param_0, u32 param_1, u32 param_2, u32 param_3, u32 param_4);
|
|
void DsetMixerLevel(f32 level);
|
|
void DsyncFrame2ch(u32 param_0, u32 param_1, u32 param_2);
|
|
void DsyncFrame4ch(u32 param_0, u32 param_1, u32 param_2, u32 param_3, u32 param_4);
|
|
|
|
#endif /* DSPPROC_H */
|