mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-05-23 06:34:18 -04:00
11 lines
197 B
C
11 lines
197 B
C
#ifndef DSPPROC_H
|
|
#define DSPPROC_H
|
|
|
|
#include "types.h"
|
|
|
|
extern u32 DSPReleaseHalt(void);
|
|
extern void DsyncFrame(u32 subframes, u32 dspbuf_start, u32 dspbuf_end);
|
|
extern void DwaitFrame();
|
|
|
|
#endif
|