Mercurial > audlegacy-plugins
view src/sexypsf/spu/spu.h @ 2184:f2590691d4b7
- Fix locking issues causing spurious error messages (and possibly deadlocks)
author | Ralf Ertzinger <ralf@skytale.net> |
---|---|
date | Thu, 22 Nov 2007 15:52:42 +0100 |
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);