view src/sexypsf/spu/spu.h @ 43:3e9c308cea60 trunk

[svn] Added some missing targets for the .a files
author js
date Wed, 20 Sep 2006 08:25:46 -0700
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);