view src/sexypsf/spu/spu.h @ 2044:ab763bbe6f14

s/bmp_cfg_/aud_cfg_/
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 13 Oct 2007 23:18:41 +0300
parents 3da1b8942b8b
children
line wrap: on
line source

int SPUinit(void);
int SPUopen(void);
void SPUsetlength(s32 stop, s32 fade);
int SPUclose(void);
void SPUendflush(void);

// External, called by SPU code.
void SPUirq(void);