Mercurial > audlegacy-plugins
view src/sexypsf/spu/spu.h @ 2150:04421592e6a3
Fixed an unexpected cddb error messaje when no cddb info is available
author | Calin Crisan ccrisan@gmail.com |
---|---|
date | Sat, 03 Nov 2007 01:23:56 +0200 |
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);