Mercurial > audlegacy-plugins
view src/sexypsf/spu/spu.h @ 2196:dfa3c3aa2dc7
switched to mowgli_dictionary from GHashTable
author | Eugene Zagidullin <e.asphyx@gmail.com> |
---|---|
date | Thu, 29 Nov 2007 03:09:13 +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);